Html Css Color HEX #CA7334 Zest

📋 copy color: '#CA7334'

red 202 ◦ green 115 ◦ blue 52

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

Shades of Zest #CA7334

Tints of Zest #CA7334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 54.74%
G = 31.17%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA7334 (or 0xCA7334) is known color: Zest. HEX triplet: CA, 73 and 34. RGB value is (202,115,52). Sum of RGB (Red+Green+Blue) = 202+115+52=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7334 is #358CCB. Grayscale: #868686. Windows color (decimal): -3509452 or 3437514. OLE color: 3437514.

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

Color convert

RGB 202 115 52 -
CMYK 0 0.43 0.74 0.21
HSL 25.2º 0.59% 0.5% -
HSV(B) 25.2º 0.74% 0.79% -
XYZ 31.11 25.07 6.45 -
YUV 133.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 202 115 52 0 0.43 0.74 0.21 25.2 0.59 0.5
Hex CA 73 34 0 2B 4A 15 19 3B 32
Octal 312 163 64 0 53 112 25 31 73 62
Binary 11001010 1110011 110100 0 101011 1001010 10101 11001 111011 110010

Color Harmonies of #CA7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7334

Black with #CA7334

Text Example


Text Example

White with #CA7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7334; }

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

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

background-color css

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

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

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

border-color css

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

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

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