Html Css Color HEX #CA6C42 Red Damask

📋 copy color: '#CA6C42'

red 202 ◦ green 108 ◦ blue 66

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

Shades of Red Damask #CA6C42

Tints of Red Damask #CA6C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 53.72%
G = 28.72%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA6C42 (or 0xCA6C42) is known color: Red Damask. HEX triplet: CA, 6C and 42. RGB value is (202,108,66). Sum of RGB (Red+Green+Blue) = 202+108+66=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C42 is #3593BD. Grayscale: #838383. Windows color (decimal): -3511230 or 4353226. OLE color: 4353226.

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

Color convert

RGB 202 108 66 -
CMYK 0 0.47 0.67 0.21
HSL 18.53º 0.56% 0.53% -
HSV(B) 18.53º 0.67% 0.79% -
XYZ 30.7 23.68 8.11 -
YUV 131.32 91.14 178.42 -
System Red Green Blue C M Y K H S L
Decimal 202 108 66 0 0.47 0.67 0.21 18.53 0.56 0.53
Hex CA 6C 42 0 2F 43 15 13 38 35
Octal 312 154 102 0 57 103 25 23 70 65
Binary 11001010 1101100 1000010 0 101111 1000011 10101 10011 111000 110101

Color Harmonies of #CA6C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C42

Black with #CA6C42

Text Example


Text Example

White with #CA6C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C42; }

 p { color: rgb(202,108,66); }

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

background-color css

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

 a { background-color: rgb(202,108,66); }

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

border-color css

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

 span { border-color: rgb(202,108,66); }

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