Html Css Color HEX #CC703A Zest

📋 copy color: '#CC703A'

red 204 ◦ green 112 ◦ blue 58

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

Shades of Zest #CC703A

Tints of Zest #CC703A

RGB

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

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

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

R = 54.55%
G = 29.95%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC703A (or 0xCC703A) is known color: Zest. HEX triplet: CC, 70 and 3A. RGB value is (204,112,58). Sum of RGB (Red+Green+Blue) = 204+112+58=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC703A is #338FC5. Grayscale: #858585. Windows color (decimal): -3379142 or 3829964. OLE color: 3829964.

HSL color Cylindrical-coordinate representation of color #CC703A: hue angle of 22.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC703A is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 58 -
CMYK 0 0.45 0.72 0.2
HSL 22.19º 0.59% 0.51% -
HSV(B) 22.19º 0.72% 0.8% -
XYZ 31.46 24.73 7.12 -
YUV 133.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 204 112 58 0 0.45 0.72 0.2 22.19 0.59 0.51
Hex CC 70 3A 0 2D 48 14 16 3B 33
Octal 314 160 72 0 55 110 24 26 73 63
Binary 11001100 1110000 111010 0 101101 1001000 10100 10110 111011 110011

Color Harmonies of #CC703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC703A

Black with #CC703A

Text Example


Text Example

White with #CC703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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