Html Css Color HEX #CA6D36 Zest

📋 copy color: '#CA6D36'

red 202 ◦ green 109 ◦ blue 54

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

Shades of Zest #CA6D36

Tints of Zest #CA6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

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

R = 55.34%
G = 29.86%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA6D36 (or 0xCA6D36) is known color: Zest. HEX triplet: CA, 6D and 36. RGB value is (202,109,54). Sum of RGB (Red+Green+Blue) = 202+109+54=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D36 is #3592C9. Grayscale: #828282. Windows color (decimal): -3510986 or 3567050. OLE color: 3567050.

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

Color convert

RGB 202 109 54 -
CMYK 0 0.46 0.73 0.21
HSL 22.3º 0.58% 0.5% -
HSV(B) 22.3º 0.73% 0.79% -
XYZ 30.49 23.76 6.47 -
YUV 130.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 202 109 54 0 0.46 0.73 0.21 22.3 0.58 0.5
Hex CA 6D 36 0 2E 49 15 16 3A 32
Octal 312 155 66 0 56 111 25 26 72 62
Binary 11001010 1101101 110110 0 101110 1001001 10101 10110 111010 110010

Color Harmonies of #CA6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D36

Black with #CA6D36

Text Example


Text Example

White with #CA6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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