Html Css Color HEX #CA7239 Zest

📋 copy color: '#CA7239'

red 202 ◦ green 114 ◦ blue 57

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

Shades of Zest #CA7239

Tints of Zest #CA7239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.28%

R = 54.16%
G = 30.56%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA7239 (or 0xCA7239) is known color: Zest. HEX triplet: CA, 72 and 39. RGB value is (202,114,57). Sum of RGB (Red+Green+Blue) = 202+114+57=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7239 is #358DC6. Grayscale: #868686. Windows color (decimal): -3509703 or 3764938. OLE color: 3764938.

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

Color convert

RGB 202 114 57 -
CMYK 0 0.44 0.72 0.21
HSL 23.59º 0.58% 0.51% -
HSV(B) 23.59º 0.72% 0.79% -
XYZ 31.11 24.89 7.03 -
YUV 133.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 202 114 57 0 0.44 0.72 0.21 23.59 0.58 0.51
Hex CA 72 39 0 2C 48 15 18 3A 33
Octal 312 162 71 0 54 110 25 30 72 63
Binary 11001010 1110010 111001 0 101100 1001000 10101 11000 111010 110011

Color Harmonies of #CA7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7239

Black with #CA7239

Text Example


Text Example

White with #CA7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7239; }

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

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

background-color css

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

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

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

border-color css

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

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

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