Html Css Color HEX #CA6E41 Red Damask

📋 copy color: '#CA6E41'

red 202 ◦ green 110 ◦ blue 65

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

Shades of Red Damask #CA6E41

Tints of Red Damask #CA6E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 53.58%
G = 29.18%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6E41 (or 0xCA6E41) is known color: Red Damask. HEX triplet: CA, 6E and 41. RGB value is (202,110,65). Sum of RGB (Red+Green+Blue) = 202+110+65=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E41 is #3591BE. Grayscale: #848484. Windows color (decimal): -3510719 or 4288202. OLE color: 4288202.

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

Color convert

RGB 202 110 65 -
CMYK 0 0.46 0.68 0.21
HSL 19.71º 0.56% 0.52% -
HSV(B) 19.71º 0.68% 0.79% -
XYZ 30.89 24.09 8.02 -
YUV 132.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 202 110 65 0 0.46 0.68 0.21 19.71 0.56 0.52
Hex CA 6E 41 0 2E 44 15 14 38 34
Octal 312 156 101 0 56 104 25 24 70 64
Binary 11001010 1101110 1000001 0 101110 1000100 10101 10100 111000 110100

Color Harmonies of #CA6E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E41

Black with #CA6E41

Text Example


Text Example

White with #CA6E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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