Html Css Color HEX #CA7237 Zest

📋 copy color: '#CA7237'

red 202 ◦ green 114 ◦ blue 55

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

Shades of Zest #CA7237

Tints of Zest #CA7237

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

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

R = 54.45%
G = 30.73%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA7237 (or 0xCA7237) is known color: Zest. HEX triplet: CA, 72 and 37. RGB value is (202,114,55). Sum of RGB (Red+Green+Blue) = 202+114+55=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7237 is #358DC8. Grayscale: #858585. Windows color (decimal): -3509705 or 3633866. OLE color: 3633866.

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

Color convert

RGB 202 114 55 -
CMYK 0 0.44 0.73 0.21
HSL 24.08º 0.58% 0.5% -
HSV(B) 24.08º 0.73% 0.79% -
XYZ 31.06 24.87 6.78 -
YUV 133.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 202 114 55 0 0.44 0.73 0.21 24.08 0.58 0.5
Hex CA 72 37 0 2C 49 15 18 3A 32
Octal 312 162 67 0 54 111 25 30 72 62
Binary 11001010 1110010 110111 0 101100 1001001 10101 11000 111010 110010

Color Harmonies of #CA7237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7237

Black with #CA7237

Text Example


Text Example

White with #CA7237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7237; }

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

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

background-color css

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

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

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

border-color css

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

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

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