Html Css Color HEX #CA763A Zest

📋 copy color: '#CA763A'

red 202 ◦ green 118 ◦ blue 58

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

Shades of Zest #CA763A

Tints of Zest #CA763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 53.44%
G = 31.22%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA763A (or 0xCA763A) is known color: Zest. HEX triplet: CA, 76 and 3A. RGB value is (202,118,58). Sum of RGB (Red+Green+Blue) = 202+118+58=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA763A is #3589C5. Grayscale: #888888. Windows color (decimal): -3508678 or 3831498. OLE color: 3831498.

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

Color convert

RGB 202 118 58 -
CMYK 0 0.42 0.71 0.21
HSL 25º 0.58% 0.51% -
HSV(B) 25º 0.71% 0.79% -
XYZ 31.6 25.82 7.32 -
YUV 136.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 202 118 58 0 0.42 0.71 0.21 25 0.58 0.51
Hex CA 76 3A 0 2A 47 15 19 3A 33
Octal 312 166 72 0 52 107 25 31 72 63
Binary 11001010 1110110 111010 0 101010 1000111 10101 11001 111010 110011

Color Harmonies of #CA763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA763A

Black with #CA763A

Text Example


Text Example

White with #CA763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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