Html Css Color HEX #CA6E4C Red Damask

📋 copy color: '#CA6E4C'

red 202 ◦ green 110 ◦ blue 76

#CA6E4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CA6E4C

Tints of Red Damask #CA6E4C

RGB

 RED value IS 202 (79.3% from 255) = 52.06%

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 52.06%
G = 28.35%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA6E4C (or 0xCA6E4C) is known color: Red Damask. HEX triplet: CA, 6E and 4C. RGB value is (202,110,76). Sum of RGB (Red+Green+Blue) = 202+110+76=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E4C is #3591B3. Grayscale: #858585. Windows color (decimal): -3510708 or 5009098. OLE color: 5009098.

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

Color convert

RGB 202 110 76 -
CMYK 0 0.46 0.62 0.21
HSL 16.19º 0.54% 0.55% -
HSV(B) 16.19º 0.62% 0.79% -
XYZ 31.24 24.23 9.87 -
YUV 133.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 202 110 76 0 0.46 0.62 0.21 16.19 0.54 0.55
Hex CA 6E 4C 0 2E 3E 15 10 36 37
Octal 312 156 114 0 56 76 25 20 66 67
Binary 11001010 1101110 1001100 0 101110 111110 10101 10000 110110 110111

Color Harmonies of #CA6E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E4C

Black with #CA6E4C

Text Example


Text Example

White with #CA6E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E4C; }

 p { color: rgb(202,110,76); }

 H1.HeaderClassName
 {
   color: #CA6E4C;
 }
 .AnyTagClassName
 {
   color: #CA6E4C;
 }
</style>

background-color css

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

 a { background-color: rgb(202,110,76); }

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

border-color css

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

 span { border-color: rgb(202,110,76); }

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