Html Css Color HEX #CA7241 Zest

📋 copy color: '#CA7241'

red 202 ◦ green 114 ◦ blue 65

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

Shades of Zest #CA7241

Tints of Zest #CA7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 53.02%
G = 29.92%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA7241 (or 0xCA7241) is known color: Zest. HEX triplet: CA, 72 and 41. RGB value is (202,114,65). Sum of RGB (Red+Green+Blue) = 202+114+65=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7241 is #358DBE. Grayscale: #878787. Windows color (decimal): -3509695 or 4289226. OLE color: 4289226.

HSL color Cylindrical-coordinate representation of color #CA7241: hue angle of 21.46º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA7241 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 65 -
CMYK 0 0.44 0.68 0.21
HSL 21.46º 0.56% 0.52% -
HSV(B) 21.46º 0.68% 0.79% -
XYZ 31.33 24.97 8.17 -
YUV 134.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 202 114 65 0 0.44 0.68 0.21 21.46 0.56 0.52
Hex CA 72 41 0 2C 44 15 15 38 34
Octal 312 162 101 0 54 104 25 25 70 64
Binary 11001010 1110010 1000001 0 101100 1000100 10101 10101 111000 110100

Color Harmonies of #CA7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7241

Black with #CA7241

Text Example


Text Example

White with #CA7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7241; }

 p { color: rgb(202,114,65); }

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

background-color css

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

 a { background-color: rgb(202,114,65); }

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

border-color css

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

 span { border-color: rgb(202,114,65); }

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