Html Css Color HEX #CA7440 Zest

📋 copy color: '#CA7440'

red 202 ◦ green 116 ◦ blue 64

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

Shades of Zest #CA7440

Tints of Zest #CA7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 52.88%
G = 30.37%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA7440 (or 0xCA7440) is known color: Zest. HEX triplet: CA, 74 and 40. RGB value is (202,116,64). Sum of RGB (Red+Green+Blue) = 202+116+64=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7440 is #358BBF. Grayscale: #888888. Windows color (decimal): -3509184 or 4224202. OLE color: 4224202.

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

Color convert

RGB 202 116 64 -
CMYK 0 0.43 0.68 0.21
HSL 22.61º 0.57% 0.52% -
HSV(B) 22.61º 0.68% 0.79% -
XYZ 31.53 25.42 8.09 -
YUV 135.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 202 116 64 0 0.43 0.68 0.21 22.61 0.57 0.52
Hex CA 74 40 0 2B 44 15 17 39 34
Octal 312 164 100 0 53 104 25 27 71 64
Binary 11001010 1110100 1000000 0 101011 1000100 10101 10111 111001 110100

Color Harmonies of #CA7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7440

Black with #CA7440

Text Example


Text Example

White with #CA7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7440; }

 p { color: rgb(202,116,64); }

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

background-color css

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

 a { background-color: rgb(202,116,64); }

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

border-color css

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

 span { border-color: rgb(202,116,64); }

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