Html Css Color HEX #CA7133 Zest

📋 copy color: '#CA7133'

red 202 ◦ green 113 ◦ blue 51

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

Shades of Zest #CA7133

Tints of Zest #CA7133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.93%

R = 55.19%
G = 30.87%
B = 13.93%

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

#CA7133 (or 0xCA7133) is known color: Zest. HEX triplet: CA, 71 and 33. RGB value is (202,113,51). Sum of RGB (Red+Green+Blue) = 202+113+51=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7133 is #358ECC. Grayscale: #848484. Windows color (decimal): -3509965 or 3371466. OLE color: 3371466.

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

Color convert

RGB 202 113 51 -
CMYK 0 0.44 0.75 0.21
HSL 24.64º 0.6% 0.5% -
HSV(B) 24.64º 0.75% 0.79% -
XYZ 30.86 24.61 6.25 -
YUV 132.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 202 113 51 0 0.44 0.75 0.21 24.64 0.6 0.5
Hex CA 71 33 0 2C 4B 15 19 3C 32
Octal 312 161 63 0 54 113 25 31 74 62
Binary 11001010 1110001 110011 0 101100 1001011 10101 11001 111100 110010

Color Harmonies of #CA7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7133

Black with #CA7133

Text Example


Text Example

White with #CA7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7133; }

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

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

background-color css

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

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

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

border-color css

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

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

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