Html Css Color HEX #CC6E3B Zest

📋 copy color: '#CC6E3B'

red 204 ◦ green 110 ◦ blue 59

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

Shades of Zest #CC6E3B

Tints of Zest #CC6E3B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 54.69%
G = 29.49%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC6E3B (or 0xCC6E3B) is known color: Zest. HEX triplet: CC, 6E and 3B. RGB value is (204,110,59). Sum of RGB (Red+Green+Blue) = 204+110+59=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E3B is #3391C4. Grayscale: #848484. Windows color (decimal): -3379653 or 3894988. OLE color: 3894988.

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

Color convert

RGB 204 110 59 -
CMYK 0 0.46 0.71 0.2
HSL 21.1º 0.59% 0.52% -
HSV(B) 21.1º 0.71% 0.8% -
XYZ 31.27 24.31 7.18 -
YUV 132.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 204 110 59 0 0.46 0.71 0.2 21.1 0.59 0.52
Hex CC 6E 3B 0 2E 47 14 15 3B 34
Octal 314 156 73 0 56 107 24 25 73 64
Binary 11001100 1101110 111011 0 101110 1000111 10100 10101 111011 110100

Color Harmonies of #CC6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E3B

Black with #CC6E3B

Text Example


Text Example

White with #CC6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E3B; }

 p { color: rgb(204,110,59); }

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

background-color css

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

 a { background-color: rgb(204,110,59); }

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

border-color css

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

 span { border-color: rgb(204,110,59); }

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