Html Css Color HEX #CC6F78 Charm

📋 copy color: '#CC6F78'

red 204 ◦ green 111 ◦ blue 120

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

Shades of Charm #CC6F78

Tints of Charm #CC6F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 46.9%
G = 25.52%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC6F78 (or 0xCC6F78) is known color: Charm. HEX triplet: CC, 6F and 78. RGB value is (204,111,120). Sum of RGB (Red+Green+Blue) = 204+111+120=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F78 is #339087. Grayscale: #8B8B8B. Windows color (decimal): -3379336 or 7892940. OLE color: 7892940.

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

Color convert

RGB 204 111 120 -
CMYK 0 0.46 0.41 0.2
HSL 354.19º 0.48% 0.62% -
HSV(B) 354.19º 0.46% 0.8% -
XYZ 33.98 25.56 20.91 -
YUV 139.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 204 111 120 0 0.46 0.41 0.2 354.19 0.48 0.62
Hex CC 6F 78 0 2E 29 14 162 30 3E
Octal 314 157 170 0 56 51 24 542 60 76
Binary 11001100 1101111 1111000 0 101110 101001 10100 101100010 110000 111110

Color Harmonies of #CC6F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F78

Black with #CC6F78

Text Example


Text Example

White with #CC6F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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