#CA6B4A

Color #CA6B4A Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CA6B4A

Tints of Red Damask #CA6B4A

Color information

#CA6B4A (or 0xCA6B4A) is unknown color: approx Red Damask. HEX triplet: CA, 6B and 4A. RGB value is (202,107,74). Sum of RGB (Red+Green+Blue) = 202+107+74=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B4A is #3594B5. Grayscale: #838383. Windows color (decimal): -3511478 or 4877258. OLE color: 4877258.

HSL color Cylindrical-coordinate representation of color #CA6B4A: hue angle of 15.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA6B4A is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20210774-
CMYK00.470.630.21
HSL15.47º54.7%54.12%-
HSV(B)15.47º63.37%79.22%-
XYZ30.8523.579.4-
YUV131.6495.47178.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=52.74%
G=27.94%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021077400.470.630.2115.4754.754.12
HexCA6B4A02F3F15f3736
Octal3121531120577725176766
Binary11001010110101110010100101111111111101011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B4A; }

 p { color: rgb(202,107,74); }

 H1.HeaderClassName
 {
   color: #CA6B4A;
 }
 .AnyTagClassName
 {
   color: #CA6B4A;
 }
</style>
background-color css

<style>
 a { background-color: #CA6B4A; }

 a { background-color: rgb(202,107,74); }

 div.DivClassName
 {
   background-color: #CA6B4A;
 }
 .BgClassName
 {
   background-color: #CA6B4A;
 }
</style>
border-color css

<style>
 span { border-color: #CA6B4A; }

 span { border-color: rgb(202,107,74); }

 td.TdClassName
 {
   border-color: #CA6B4A;
 }
 .TagClassName
 {
   border-color: #CA6B4A;
 }
</style>