Html Css Color HEX #CC6F77 Charm

📋 copy color: '#CC6F77'

red 204 ◦ green 111 ◦ blue 119

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

Shades of Charm #CC6F77

Tints of Charm #CC6F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 47%
G = 25.58%
B = 27.42%

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

#CC6F77 (or 0xCC6F77) is known color: Charm. HEX triplet: CC, 6F and 77. RGB value is (204,111,119). Sum of RGB (Red+Green+Blue) = 204+111+119=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F77 is #339088. Grayscale: #8B8B8B. Windows color (decimal): -3379337 or 7827404. OLE color: 7827404.

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

Color convert

RGB 204 111 119 -
CMYK 0 0.46 0.42 0.2
HSL 354.84º 0.48% 0.62% -
HSV(B) 354.84º 0.46% 0.8% -
XYZ 33.92 25.54 20.59 -
YUV 139.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 204 111 119 0 0.46 0.42 0.2 354.84 0.48 0.62
Hex CC 6F 77 0 2E 2A 14 163 30 3E
Octal 314 157 167 0 56 52 24 543 60 76
Binary 11001100 1101111 1110111 0 101110 101010 10100 101100011 110000 111110

Color Harmonies of #CC6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F77

Black with #CC6F77

Text Example


Text Example

White with #CC6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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