Html Css Color HEX #CA7141 Zest

📋 copy color: '#CA7141'

red 202 ◦ green 113 ◦ blue 65

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

Shades of Zest #CA7141

Tints of Zest #CA7141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 53.16%
G = 29.74%
B = 17.11%

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

#CA7141 (or 0xCA7141) is known color: Zest. HEX triplet: CA, 71 and 41. RGB value is (202,113,65). Sum of RGB (Red+Green+Blue) = 202+113+65=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7141 is #358EBE. Grayscale: #868686. Windows color (decimal): -3509951 or 4288970. OLE color: 4288970.

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

Color convert

RGB 202 113 65 -
CMYK 0 0.44 0.68 0.21
HSL 21.02º 0.56% 0.52% -
HSV(B) 21.02º 0.68% 0.79% -
XYZ 31.22 24.75 8.13 -
YUV 134.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 202 113 65 0 0.44 0.68 0.21 21.02 0.56 0.52
Hex CA 71 41 0 2C 44 15 15 38 34
Octal 312 161 101 0 54 104 25 25 70 64
Binary 11001010 1110001 1000001 0 101100 1000100 10101 10101 111000 110100

Color Harmonies of #CA7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7141

Black with #CA7141

Text Example


Text Example

White with #CA7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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