Html Css Color HEX #CA7137 Zest

📋 copy color: '#CA7137'

red 202 ◦ green 113 ◦ blue 55

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

Shades of Zest #CA7137

Tints of Zest #CA7137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

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

R = 54.59%
G = 30.54%
B = 14.86%

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

#CA7137 (or 0xCA7137) is known color: Zest. HEX triplet: CA, 71 and 37. RGB value is (202,113,55). Sum of RGB (Red+Green+Blue) = 202+113+55=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7137 is #358EC8. Grayscale: #858585. Windows color (decimal): -3509961 or 3633610. OLE color: 3633610.

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

Color convert

RGB 202 113 55 -
CMYK 0 0.44 0.73 0.21
HSL 23.67º 0.58% 0.5% -
HSV(B) 23.67º 0.73% 0.79% -
XYZ 30.95 24.64 6.74 -
YUV 133 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 202 113 55 0 0.44 0.73 0.21 23.67 0.58 0.5
Hex CA 71 37 0 2C 49 15 18 3A 32
Octal 312 161 67 0 54 111 25 30 72 62
Binary 11001010 1110001 110111 0 101100 1001001 10101 11000 111010 110010

Color Harmonies of #CA7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7137

Black with #CA7137

Text Example


Text Example

White with #CA7137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7137; }

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

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

background-color css

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

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

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

border-color css

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

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

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