Html Css Color HEX #CA7335 Zest

📋 copy color: '#CA7335'

red 202 ◦ green 115 ◦ blue 53

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

Shades of Zest #CA7335

Tints of Zest #CA7335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 54.59%
G = 31.08%
B = 14.32%

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

#CA7335 (or 0xCA7335) is known color: Zest. HEX triplet: CA, 73 and 35. RGB value is (202,115,53). Sum of RGB (Red+Green+Blue) = 202+115+53=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7335 is #358CCA. Grayscale: #868686. Windows color (decimal): -3509451 or 3503050. OLE color: 3503050.

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

Color convert

RGB 202 115 53 -
CMYK 0 0.43 0.74 0.21
HSL 24.97º 0.58% 0.5% -
HSV(B) 24.97º 0.74% 0.79% -
XYZ 31.13 25.08 6.57 -
YUV 133.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 202 115 53 0 0.43 0.74 0.21 24.97 0.58 0.5
Hex CA 73 35 0 2B 4A 15 19 3A 32
Octal 312 163 65 0 53 112 25 31 72 62
Binary 11001010 1110011 110101 0 101011 1001010 10101 11001 111010 110010

Color Harmonies of #CA7335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7335

Black with #CA7335

Text Example


Text Example

White with #CA7335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7335; }

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

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

background-color css

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

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

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

border-color css

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

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

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