Html Css Color HEX #CA7740 Zest

📋 copy color: '#CA7740'

red 202 ◦ green 119 ◦ blue 64

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

Shades of Zest #CA7740

Tints of Zest #CA7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 52.47%
G = 30.91%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA7740 (or 0xCA7740) is known color: Zest. HEX triplet: CA, 77 and 40. RGB value is (202,119,64). Sum of RGB (Red+Green+Blue) = 202+119+64=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7740 is #3588BF. Grayscale: #898989. Windows color (decimal): -3508416 or 4224970. OLE color: 4224970.

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

Color convert

RGB 202 119 64 -
CMYK 0 0.41 0.68 0.21
HSL 23.91º 0.57% 0.52% -
HSV(B) 23.91º 0.68% 0.79% -
XYZ 31.88 26.12 8.21 -
YUV 137.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 202 119 64 0 0.41 0.68 0.21 23.91 0.57 0.52
Hex CA 77 40 0 29 44 15 18 39 34
Octal 312 167 100 0 51 104 25 30 71 64
Binary 11001010 1110111 1000000 0 101001 1000100 10101 11000 111001 110100

Color Harmonies of #CA7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7740

Black with #CA7740

Text Example


Text Example

White with #CA7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7740; }

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

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

background-color css

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

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

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

border-color css

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

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

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