Html Css Color HEX #CA763E Zest

📋 copy color: '#CA763E'

red 202 ◦ green 118 ◦ blue 62

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

Shades of Zest #CA763E

Tints of Zest #CA763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 52.88%
G = 30.89%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA763E (or 0xCA763E) is known color: Zest. HEX triplet: CA, 76 and 3E. RGB value is (202,118,62). Sum of RGB (Red+Green+Blue) = 202+118+62=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA763E is #3589C1. Grayscale: #898989. Windows color (decimal): -3508674 or 4093642. OLE color: 4093642.

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

Color convert

RGB 202 118 62 -
CMYK 0 0.42 0.69 0.21
HSL 24º 0.57% 0.52% -
HSV(B) 24º 0.69% 0.79% -
XYZ 31.71 25.86 7.88 -
YUV 136.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 202 118 62 0 0.42 0.69 0.21 24 0.57 0.52
Hex CA 76 3E 0 2A 45 15 18 39 34
Octal 312 166 76 0 52 105 25 30 71 64
Binary 11001010 1110110 111110 0 101010 1000101 10101 11000 111001 110100

Color Harmonies of #CA763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA763E

Black with #CA763E

Text Example


Text Example

White with #CA763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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