Html Css Color HEX #CA7941 Zest

📋 copy color: '#CA7941'

red 202 ◦ green 121 ◦ blue 65

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

Shades of Zest #CA7941

Tints of Zest #CA7941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

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

R = 52.06%
G = 31.19%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA7941 (or 0xCA7941) is known color: Zest. HEX triplet: CA, 79 and 41. RGB value is (202,121,65). Sum of RGB (Red+Green+Blue) = 202+121+65=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7941 is #3586BE. Grayscale: #8B8B8B. Windows color (decimal): -3507903 or 4291018. OLE color: 4291018.

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

Color convert

RGB 202 121 65 -
CMYK 0 0.40 0.68 0.21
HSL 24.53º 0.56% 0.52% -
HSV(B) 24.53º 0.68% 0.79% -
XYZ 32.15 26.61 8.44 -
YUV 138.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 202 121 65 0 0.40 0.68 0.21 24.53 0.56 0.52
Hex CA 79 41 0 28 44 15 19 38 34
Octal 312 171 101 0 50 104 25 31 70 64
Binary 11001010 1111001 1000001 0 101000 1000100 10101 11001 111000 110100

Color Harmonies of #CA7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7941

Black with #CA7941

Text Example


Text Example

White with #CA7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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