Html Css Color HEX #CC6F3F Zest

📋 copy color: '#CC6F3F'

red 204 ◦ green 111 ◦ blue 63

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

Shades of Zest #CC6F3F

Tints of Zest #CC6F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 53.97%
G = 29.37%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC6F3F (or 0xCC6F3F) is known color: Zest. HEX triplet: CC, 6F and 3F. RGB value is (204,111,63). Sum of RGB (Red+Green+Blue) = 204+111+63=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F3F is #3390C0. Grayscale: #858585. Windows color (decimal): -3379393 or 4157388. OLE color: 4157388.

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

Color convert

RGB 204 111 63 -
CMYK 0 0.46 0.69 0.2
HSL 20.43º 0.58% 0.52% -
HSV(B) 20.43º 0.69% 0.8% -
XYZ 31.48 24.57 7.78 -
YUV 133.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 204 111 63 0 0.46 0.69 0.2 20.43 0.58 0.52
Hex CC 6F 3F 0 2E 45 14 14 3A 34
Octal 314 157 77 0 56 105 24 24 72 64
Binary 11001100 1101111 111111 0 101110 1000101 10100 10100 111010 110100

Color Harmonies of #CC6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F3F

Black with #CC6F3F

Text Example


Text Example

White with #CC6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F3F; }

 p { color: rgb(204,111,63); }

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

background-color css

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

 a { background-color: rgb(204,111,63); }

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

border-color css

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

 span { border-color: rgb(204,111,63); }

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