Html Css Color HEX #CA7333 Zest

📋 copy color: '#CA7333'

red 202 ◦ green 115 ◦ blue 51

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

Shades of Zest #CA7333

Tints of Zest #CA7333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 54.89%
G = 31.25%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA7333 (or 0xCA7333) is known color: Zest. HEX triplet: CA, 73 and 33. RGB value is (202,115,51). Sum of RGB (Red+Green+Blue) = 202+115+51=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7333 is #358CCC. Grayscale: #868686. Windows color (decimal): -3509453 or 3371978. OLE color: 3371978.

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

Color convert

RGB 202 115 51 -
CMYK 0 0.43 0.75 0.21
HSL 25.43º 0.6% 0.5% -
HSV(B) 25.43º 0.75% 0.79% -
XYZ 31.09 25.06 6.33 -
YUV 133.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 202 115 51 0 0.43 0.75 0.21 25.43 0.6 0.5
Hex CA 73 33 0 2B 4B 15 19 3C 32
Octal 312 163 63 0 53 113 25 31 74 62
Binary 11001010 1110011 110011 0 101011 1001011 10101 11001 111100 110010

Color Harmonies of #CA7333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7333

Black with #CA7333

Text Example


Text Example

White with #CA7333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7333; }

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

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

background-color css

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

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

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

border-color css

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

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

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