Html Css Color HEX #CC6D80 Charm

📋 copy color: '#CC6D80'

red 204 ◦ green 109 ◦ blue 128

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

Shades of Charm #CC6D80

Tints of Charm #CC6D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.72%

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

R = 46.26%
G = 24.72%
B = 29.02%

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

#CC6D80 (or 0xCC6D80) is known color: Charm. HEX triplet: CC, 6D and 80. RGB value is (204,109,128). Sum of RGB (Red+Green+Blue) = 204+109+128=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D80 is #33927F. Grayscale: #8B8B8B. Windows color (decimal): -3379840 or 8416716. OLE color: 8416716.

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

Color convert

RGB 204 109 128 -
CMYK 0 0.47 0.37 0.2
HSL 348º 0.48% 0.61% -
HSV(B) 348º 0.47% 0.8% -
XYZ 34.27 25.33 23.51 -
YUV 139.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 204 109 128 0 0.47 0.37 0.2 348 0.48 0.61
Hex CC 6D 80 0 2F 25 14 15C 30 3D
Octal 314 155 200 0 57 45 24 534 60 75
Binary 11001100 1101101 10000000 0 101111 100101 10100 101011100 110000 111101

Color Harmonies of #CC6D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D80

Black with #CC6D80

Text Example


Text Example

White with #CC6D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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