Html Css Color HEX #CC703D Zest

📋 copy color: '#CC703D'

red 204 ◦ green 112 ◦ blue 61

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

Shades of Zest #CC703D

Tints of Zest #CC703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 54.11%
G = 29.71%
B = 16.18%

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

#CC703D (or 0xCC703D) is known color: Zest. HEX triplet: CC, 70 and 3D. RGB value is (204,112,61). Sum of RGB (Red+Green+Blue) = 204+112+61=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC703D is #338FC2. Grayscale: #858585. Windows color (decimal): -3379139 or 4026572. OLE color: 4026572.

HSL color Cylindrical-coordinate representation of color #CC703D: hue angle of 21.4º 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 #CC703D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 61 -
CMYK 0 0.45 0.70 0.2
HSL 21.4º 0.58% 0.52% -
HSV(B) 21.4º 0.7% 0.8% -
XYZ 31.54 24.76 7.53 -
YUV 133.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 204 112 61 0 0.45 0.70 0.2 21.4 0.58 0.52
Hex CC 70 3D 0 2D 46 14 15 3A 34
Octal 314 160 75 0 55 106 24 25 72 64
Binary 11001100 1110000 111101 0 101101 1000110 10100 10101 111010 110100

Color Harmonies of #CC703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC703D

Black with #CC703D

Text Example


Text Example

White with #CC703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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