Html Css Color HEX #CA773E Zest

📋 copy color: '#CA773E'

red 202 ◦ green 119 ◦ blue 62

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

Shades of Zest #CA773E

Tints of Zest #CA773E

RGB

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

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

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

R = 52.74%
G = 31.07%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA773E (or 0xCA773E) is known color: Zest. HEX triplet: CA, 77 and 3E. RGB value is (202,119,62). Sum of RGB (Red+Green+Blue) = 202+119+62=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA773E is #3588C1. Grayscale: #898989. Windows color (decimal): -3508418 or 4093898. OLE color: 4093898.

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

Color convert

RGB 202 119 62 -
CMYK 0 0.41 0.69 0.21
HSL 24.43º 0.57% 0.52% -
HSV(B) 24.43º 0.69% 0.79% -
XYZ 31.82 26.1 7.92 -
YUV 137.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 202 119 62 0 0.41 0.69 0.21 24.43 0.57 0.52
Hex CA 77 3E 0 29 45 15 18 39 34
Octal 312 167 76 0 51 105 25 30 71 64
Binary 11001010 1110111 111110 0 101001 1000101 10101 11000 111001 110100

Color Harmonies of #CA773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA773E

Black with #CA773E

Text Example


Text Example

White with #CA773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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