Html Css Color HEX #CA6942 Red Damask

📋 copy color: '#CA6942'

red 202 ◦ green 105 ◦ blue 66

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

Shades of Red Damask #CA6942

Tints of Red Damask #CA6942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

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

R = 54.16%
G = 28.15%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA6942 (or 0xCA6942) is known color: Red Damask. HEX triplet: CA, 69 and 42. RGB value is (202,105,66). Sum of RGB (Red+Green+Blue) = 202+105+66=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6942 is #3596BD. Grayscale: #818181. Windows color (decimal): -3511998 or 4352458. OLE color: 4352458.

HSL color Cylindrical-coordinate representation of color #CA6942: hue angle of 17.21º 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 #CA6942 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 105 66 -
CMYK 0 0.48 0.67 0.21
HSL 17.21º 0.56% 0.53% -
HSV(B) 17.21º 0.67% 0.79% -
XYZ 30.39 23.05 8 -
YUV 129.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 202 105 66 0 0.48 0.67 0.21 17.21 0.56 0.53
Hex CA 69 42 0 30 43 15 11 38 35
Octal 312 151 102 0 60 103 25 21 70 65
Binary 11001010 1101001 1000010 0 110000 1000011 10101 10001 111000 110101

Color Harmonies of #CA6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6942

Black with #CA6942

Text Example


Text Example

White with #CA6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6942; }

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

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

background-color css

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

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

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

border-color css

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

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

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