Html Css Color HEX #CA7232 Zest

📋 copy color: '#CA7232'

red 202 ◦ green 114 ◦ blue 50

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

Shades of Zest #CA7232

Tints of Zest #CA7232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 55.19%
G = 31.15%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA7232 (or 0xCA7232) is known color: Zest. HEX triplet: CA, 72 and 32. RGB value is (202,114,50). Sum of RGB (Red+Green+Blue) = 202+114+50=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7232 is #358DCD. Grayscale: #858585. Windows color (decimal): -3509710 or 3306186. OLE color: 3306186.

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

Color convert

RGB 202 114 50 -
CMYK 0 0.44 0.75 0.21
HSL 25.26º 0.6% 0.49% -
HSV(B) 25.26º 0.75% 0.79% -
XYZ 30.95 24.82 6.18 -
YUV 133.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 202 114 50 0 0.44 0.75 0.21 25.26 0.6 0.49
Hex CA 72 32 0 2C 4B 15 19 3C 31
Octal 312 162 62 0 54 113 25 31 74 61
Binary 11001010 1110010 110010 0 101100 1001011 10101 11001 111100 110001

Color Harmonies of #CA7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7232

Black with #CA7232

Text Example


Text Example

White with #CA7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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