Html Css Color HEX #CC6F76 Froly

📋 copy color: '#CC6F76'

red 204 ◦ green 111 ◦ blue 118

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

Shades of Froly #CC6F76

Tints of Froly #CC6F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 47.11%
G = 25.64%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6F76 (or 0xCC6F76) is known color: Froly. HEX triplet: CC, 6F and 76. RGB value is (204,111,118). Sum of RGB (Red+Green+Blue) = 204+111+118=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F76 is #339089. Grayscale: #8B8B8B. Windows color (decimal): -3379338 or 7761868. OLE color: 7761868.

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

Color convert

RGB 204 111 118 -
CMYK 0 0.46 0.42 0.2
HSL 355.48º 0.48% 0.62% -
HSV(B) 355.48º 0.46% 0.8% -
XYZ 33.86 25.51 20.28 -
YUV 139.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 204 111 118 0 0.46 0.42 0.2 355.48 0.48 0.62
Hex CC 6F 76 0 2E 2A 14 163 30 3E
Octal 314 157 166 0 56 52 24 543 60 76
Binary 11001100 1101111 1110110 0 101110 101010 10100 101100011 110000 111110

Color Harmonies of #CC6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F76

Black with #CC6F76

Text Example


Text Example

White with #CC6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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