Html Css Color HEX #CA7341 Zest

📋 copy color: '#CA7341'

red 202 ◦ green 115 ◦ blue 65

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

Shades of Zest #CA7341

Tints of Zest #CA7341

RGB

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

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

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

R = 52.88%
G = 30.1%
B = 17.02%

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

#CA7341 (or 0xCA7341) is known color: Zest. HEX triplet: CA, 73 and 41. RGB value is (202,115,65). Sum of RGB (Red+Green+Blue) = 202+115+65=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7341 is #358CBE. Grayscale: #878787. Windows color (decimal): -3509439 or 4289482. OLE color: 4289482.

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

Color convert

RGB 202 115 65 -
CMYK 0 0.43 0.68 0.21
HSL 21.9º 0.56% 0.52% -
HSV(B) 21.9º 0.68% 0.79% -
XYZ 31.44 25.2 8.21 -
YUV 135.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 202 115 65 0 0.43 0.68 0.21 21.9 0.56 0.52
Hex CA 73 41 0 2B 44 15 16 38 34
Octal 312 163 101 0 53 104 25 26 70 64
Binary 11001010 1110011 1000001 0 101011 1000100 10101 10110 111000 110100

Color Harmonies of #CA7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7341

Black with #CA7341

Text Example


Text Example

White with #CA7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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