Html Css Color HEX #CA7340 Zest

📋 copy color: '#CA7340'

red 202 ◦ green 115 ◦ blue 64

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

Shades of Zest #CA7340

Tints of Zest #CA7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 53.02%
G = 30.18%
B = 16.8%

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

#CA7340 (or 0xCA7340) is known color: Zest. HEX triplet: CA, 73 and 40. RGB value is (202,115,64). Sum of RGB (Red+Green+Blue) = 202+115+64=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7340 is #358CBF. Grayscale: #878787. Windows color (decimal): -3509440 or 4223946. OLE color: 4223946.

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

Color convert

RGB 202 115 64 -
CMYK 0 0.43 0.68 0.21
HSL 22.17º 0.57% 0.52% -
HSV(B) 22.17º 0.68% 0.79% -
XYZ 31.41 25.19 8.06 -
YUV 135.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 202 115 64 0 0.43 0.68 0.21 22.17 0.57 0.52
Hex CA 73 40 0 2B 44 15 16 39 34
Octal 312 163 100 0 53 104 25 26 71 64
Binary 11001010 1110011 1000000 0 101011 1000100 10101 10110 111001 110100

Color Harmonies of #CA7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7340

Black with #CA7340

Text Example


Text Example

White with #CA7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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