Html Css Color HEX #CA6C40 Red Damask

📋 copy color: '#CA6C40'

red 202 ◦ green 108 ◦ blue 64

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

Shades of Red Damask #CA6C40

Tints of Red Damask #CA6C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 54.01%
G = 28.88%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6C40 (or 0xCA6C40) is known color: Red Damask. HEX triplet: CA, 6C and 40. RGB value is (202,108,64). Sum of RGB (Red+Green+Blue) = 202+108+64=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C40 is #3593BF. Grayscale: #838383. Windows color (decimal): -3511232 or 4222154. OLE color: 4222154.

HSL color Cylindrical-coordinate representation of color #CA6C40: hue angle of 19.13º degrees, saturation: 0.57, 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 #CA6C40 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 64 -
CMYK 0 0.47 0.68 0.21
HSL 19.13º 0.57% 0.52% -
HSV(B) 19.13º 0.68% 0.79% -
XYZ 30.65 23.65 7.8 -
YUV 131.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 202 108 64 0 0.47 0.68 0.21 19.13 0.57 0.52
Hex CA 6C 40 0 2F 44 15 13 39 34
Octal 312 154 100 0 57 104 25 23 71 64
Binary 11001010 1101100 1000000 0 101111 1000100 10101 10011 111001 110100

Color Harmonies of #CA6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C40

Black with #CA6C40

Text Example


Text Example

White with #CA6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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