Html Css Color HEX #CC6C80 Charm

📋 copy color: '#CC6C80'

red 204 ◦ green 108 ◦ blue 128

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

Shades of Charm #CC6C80

Tints of Charm #CC6C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 46.36%
G = 24.55%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6C80 (or 0xCC6C80) is known color: Charm. HEX triplet: CC, 6C and 80. RGB value is (204,108,128). Sum of RGB (Red+Green+Blue) = 204+108+128=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C80 is #33937F. Grayscale: #8B8B8B. Windows color (decimal): -3380096 or 8416460. OLE color: 8416460.

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

Color convert

RGB 204 108 128 -
CMYK 0 0.47 0.37 0.2
HSL 347.5º 0.48% 0.61% -
HSV(B) 347.5º 0.47% 0.8% -
XYZ 34.16 25.12 23.47 -
YUV 138.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 204 108 128 0 0.47 0.37 0.2 347.5 0.48 0.61
Hex CC 6C 80 0 2F 25 14 15C 30 3D
Octal 314 154 200 0 57 45 24 534 60 75
Binary 11001100 1101100 10000000 0 101111 100101 10100 101011100 110000 111101

Color Harmonies of #CC6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C80

Black with #CC6C80

Text Example


Text Example

White with #CC6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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