Html Css Color HEX #CA763C Zest

📋 copy color: '#CA763C'

red 202 ◦ green 118 ◦ blue 60

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

Shades of Zest #CA763C

Tints of Zest #CA763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 53.16%
G = 31.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA763C (or 0xCA763C) is known color: Zest. HEX triplet: CA, 76 and 3C. RGB value is (202,118,60). Sum of RGB (Red+Green+Blue) = 202+118+60=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA763C is #3589C3. Grayscale: #888888. Windows color (decimal): -3508676 or 3962570. OLE color: 3962570.

HSL color Cylindrical-coordinate representation of color #CA763C: hue angle of 24.51º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA763C is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 60 -
CMYK 0 0.42 0.70 0.21
HSL 24.51º 0.57% 0.51% -
HSV(B) 24.51º 0.7% 0.79% -
XYZ 31.65 25.84 7.59 -
YUV 136.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 202 118 60 0 0.42 0.70 0.21 24.51 0.57 0.51
Hex CA 76 3C 0 2A 46 15 19 39 33
Octal 312 166 74 0 52 106 25 31 71 63
Binary 11001010 1110110 111100 0 101010 1000110 10101 11001 111001 110011

Color Harmonies of #CA763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA763C

Black with #CA763C

Text Example


Text Example

White with #CA763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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