Html Css Color HEX #CC6C77 Charm

📋 copy color: '#CC6C77'

red 204 ◦ green 108 ◦ blue 119

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

Shades of Charm #CC6C77

Tints of Charm #CC6C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

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

R = 47.33%
G = 25.06%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6C77 (or 0xCC6C77) is known color: Charm. HEX triplet: CC, 6C and 77. RGB value is (204,108,119). Sum of RGB (Red+Green+Blue) = 204+108+119=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C77 is #339388. Grayscale: #8A8A8A. Windows color (decimal): -3380105 or 7826636. OLE color: 7826636.

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

Color convert

RGB 204 108 119 -
CMYK 0 0.47 0.42 0.2
HSL 353.13º 0.48% 0.61% -
HSV(B) 353.13º 0.47% 0.8% -
XYZ 33.59 24.89 20.49 -
YUV 137.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 204 108 119 0 0.47 0.42 0.2 353.13 0.48 0.61
Hex CC 6C 77 0 2F 2A 14 161 30 3D
Octal 314 154 167 0 57 52 24 541 60 75
Binary 11001100 1101100 1110111 0 101111 101010 10100 101100001 110000 111101

Color Harmonies of #CC6C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C77

Black with #CC6C77

Text Example


Text Example

White with #CC6C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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