Html Css Color HEX #CC703E Zest

📋 copy color: '#CC703E'

red 204 ◦ green 112 ◦ blue 62

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

Shades of Zest #CC703E

Tints of Zest #CC703E

RGB

 RED value IS 204 (80.08% from 255) = 53.97%

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 53.97%
G = 29.63%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC703E (or 0xCC703E) is known color: Zest. HEX triplet: CC, 70 and 3E. RGB value is (204,112,62). Sum of RGB (Red+Green+Blue) = 204+112+62=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC703E is #338FC1. Grayscale: #868686. Windows color (decimal): -3379138 or 4092108. OLE color: 4092108.

HSL color Cylindrical-coordinate representation of color #CC703E: hue angle of 21.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC703E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 62 -
CMYK 0 0.45 0.70 0.2
HSL 21.13º 0.58% 0.52% -
HSV(B) 21.13º 0.7% 0.8% -
XYZ 31.57 24.77 7.68 -
YUV 133.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 204 112 62 0 0.45 0.70 0.2 21.13 0.58 0.52
Hex CC 70 3E 0 2D 46 14 15 3A 34
Octal 314 160 76 0 55 106 24 25 72 64
Binary 11001100 1110000 111110 0 101101 1000110 10100 10101 111010 110100

Color Harmonies of #CC703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC703E

Black with #CC703E

Text Example


Text Example

White with #CC703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC703E; }

 p { color: rgb(204,112,62); }

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

background-color css

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

 a { background-color: rgb(204,112,62); }

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

border-color css

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

 span { border-color: rgb(204,112,62); }

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