Html Css Color HEX #CA7A3E Zest

📋 copy color: '#CA7A3E'

red 202 ◦ green 122 ◦ blue 62

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

Shades of Zest #CA7A3E

Tints of Zest #CA7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 52.33%
G = 31.61%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA7A3E (or 0xCA7A3E) is known color: Zest. HEX triplet: CA, 7A and 3E. RGB value is (202,122,62). Sum of RGB (Red+Green+Blue) = 202+122+62=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A3E is #3585C1. Grayscale: #8B8B8B. Windows color (decimal): -3507650 or 4094666. OLE color: 4094666.

HSL color Cylindrical-coordinate representation of color #CA7A3E: hue angle of 25.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA7A3E is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 62 -
CMYK 0 0.40 0.69 0.21
HSL 25.71º 0.57% 0.52% -
HSV(B) 25.71º 0.69% 0.79% -
XYZ 32.19 26.82 8.04 -
YUV 139.08 84.5 172.88 -
System Red Green Blue C M Y K H S L
Decimal 202 122 62 0 0.40 0.69 0.21 25.71 0.57 0.52
Hex CA 7A 3E 0 28 45 15 1A 39 34
Octal 312 172 76 0 50 105 25 32 71 64
Binary 11001010 1111010 111110 0 101000 1000101 10101 11010 111001 110100

Color Harmonies of #CA7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A3E

Black with #CA7A3E

Text Example


Text Example

White with #CA7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A3E; }

 p { color: rgb(202,122,62); }

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

background-color css

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

 a { background-color: rgb(202,122,62); }

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

border-color css

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

 span { border-color: rgb(202,122,62); }

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