Html Css Color HEX #CA6B37 Zest

📋 copy color: '#CA6B37'

red 202 ◦ green 107 ◦ blue 55

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

Shades of Zest #CA6B37

Tints of Zest #CA6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 55.49%
G = 29.4%
B = 15.11%

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

#CA6B37 (or 0xCA6B37) is known color: Zest. HEX triplet: CA, 6B and 37. RGB value is (202,107,55). Sum of RGB (Red+Green+Blue) = 202+107+55=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B37 is #3594C8. Grayscale: #818181. Windows color (decimal): -3511497 or 3632074. OLE color: 3632074.

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

Color convert

RGB 202 107 55 -
CMYK 0 0.47 0.73 0.21
HSL 21.22º 0.58% 0.5% -
HSV(B) 21.22º 0.73% 0.79% -
XYZ 30.3 23.35 6.52 -
YUV 129.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 202 107 55 0 0.47 0.73 0.21 21.22 0.58 0.5
Hex CA 6B 37 0 2F 49 15 15 3A 32
Octal 312 153 67 0 57 111 25 25 72 62
Binary 11001010 1101011 110111 0 101111 1001001 10101 10101 111010 110010

Color Harmonies of #CA6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B37

Black with #CA6B37

Text Example


Text Example

White with #CA6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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