Html Css Color HEX #CA6C37 Zest

📋 copy color: '#CA6C37'

red 202 ◦ green 108 ◦ blue 55

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

Shades of Zest #CA6C37

Tints of Zest #CA6C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.07%

R = 55.34%
G = 29.59%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA6C37 (or 0xCA6C37) is known color: Zest. HEX triplet: CA, 6C and 37. RGB value is (202,108,55). Sum of RGB (Red+Green+Blue) = 202+108+55=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C37 is #3593C8. Grayscale: #828282. Windows color (decimal): -3511241 or 3632330. OLE color: 3632330.

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

Color convert

RGB 202 108 55 -
CMYK 0 0.47 0.73 0.21
HSL 21.63º 0.58% 0.5% -
HSV(B) 21.63º 0.73% 0.79% -
XYZ 30.41 23.56 6.56 -
YUV 130.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 202 108 55 0 0.47 0.73 0.21 21.63 0.58 0.5
Hex CA 6C 37 0 2F 49 15 16 3A 32
Octal 312 154 67 0 57 111 25 26 72 62
Binary 11001010 1101100 110111 0 101111 1001001 10101 10110 111010 110010

Color Harmonies of #CA6C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C37

Black with #CA6C37

Text Example


Text Example

White with #CA6C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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