Html Css Color HEX #CA7336 Zest

📋 copy color: '#CA7336'

red 202 ◦ green 115 ◦ blue 54

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

Shades of Zest #CA7336

Tints of Zest #CA7336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 54.45%
G = 31%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA7336 (or 0xCA7336) is known color: Zest. HEX triplet: CA, 73 and 36. RGB value is (202,115,54). Sum of RGB (Red+Green+Blue) = 202+115+54=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7336 is #358CC9. Grayscale: #868686. Windows color (decimal): -3509450 or 3568586. OLE color: 3568586.

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

Color convert

RGB 202 115 54 -
CMYK 0 0.43 0.73 0.21
HSL 24.73º 0.58% 0.5% -
HSV(B) 24.73º 0.73% 0.79% -
XYZ 31.15 25.08 6.69 -
YUV 134.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 202 115 54 0 0.43 0.73 0.21 24.73 0.58 0.5
Hex CA 73 36 0 2B 49 15 19 3A 32
Octal 312 163 66 0 53 111 25 31 72 62
Binary 11001010 1110011 110110 0 101011 1001001 10101 11001 111010 110010

Color Harmonies of #CA7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7336

Black with #CA7336

Text Example


Text Example

White with #CA7336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7336; }

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

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

background-color css

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

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

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

border-color css

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

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

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