Html Css Color HEX #CA7535 Zest

📋 copy color: '#CA7535'

red 202 ◦ green 117 ◦ blue 53

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

Shades of Zest #CA7535

Tints of Zest #CA7535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

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

R = 54.3%
G = 31.45%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA7535 (or 0xCA7535) is known color: Zest. HEX triplet: CA, 75 and 35. RGB value is (202,117,53). Sum of RGB (Red+Green+Blue) = 202+117+53=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7535 is #358ACA. Grayscale: #878787. Windows color (decimal): -3508939 or 3503562. OLE color: 3503562.

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

Color convert

RGB 202 117 53 -
CMYK 0 0.42 0.74 0.21
HSL 25.77º 0.58% 0.5% -
HSV(B) 25.77º 0.74% 0.79% -
XYZ 31.36 25.54 6.64 -
YUV 135.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 202 117 53 0 0.42 0.74 0.21 25.77 0.58 0.5
Hex CA 75 35 0 2A 4A 15 1A 3A 32
Octal 312 165 65 0 52 112 25 32 72 62
Binary 11001010 1110101 110101 0 101010 1001010 10101 11010 111010 110010

Color Harmonies of #CA7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7535

Black with #CA7535

Text Example


Text Example

White with #CA7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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