Html Css Color HEX #CA6E43 Red Damask

📋 copy color: '#CA6E43'

red 202 ◦ green 110 ◦ blue 67

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

Shades of Red Damask #CA6E43

Tints of Red Damask #CA6E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.68%

R = 53.3%
G = 29.02%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA6E43 (or 0xCA6E43) is known color: Red Damask. HEX triplet: CA, 6E and 43. RGB value is (202,110,67). Sum of RGB (Red+Green+Blue) = 202+110+67=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E43 is #3591BC. Grayscale: #848484. Windows color (decimal): -3510717 or 4419274. OLE color: 4419274.

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

Color convert

RGB 202 110 67 -
CMYK 0 0.46 0.67 0.21
HSL 19.11º 0.56% 0.53% -
HSV(B) 19.11º 0.67% 0.79% -
XYZ 30.95 24.11 8.33 -
YUV 132.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 202 110 67 0 0.46 0.67 0.21 19.11 0.56 0.53
Hex CA 6E 43 0 2E 43 15 13 38 35
Octal 312 156 103 0 56 103 25 23 70 65
Binary 11001010 1101110 1000011 0 101110 1000011 10101 10011 111000 110101

Color Harmonies of #CA6E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E43

Black with #CA6E43

Text Example


Text Example

White with #CA6E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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