Html Css Color HEX #CC6D84 Charm

📋 copy color: '#CC6D84'

red 204 ◦ green 109 ◦ blue 132

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

Shades of Charm #CC6D84

Tints of Charm #CC6D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 45.84%
G = 24.49%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC6D84 (or 0xCC6D84) is known color: Charm. HEX triplet: CC, 6D and 84. RGB value is (204,109,132). Sum of RGB (Red+Green+Blue) = 204+109+132=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D84 is #33927B. Grayscale: #8C8C8C. Windows color (decimal): -3379836 or 8678860. OLE color: 8678860.

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

Color convert

RGB 204 109 132 -
CMYK 0 0.47 0.35 0.2
HSL 345.47º 0.48% 0.61% -
HSV(B) 345.47º 0.47% 0.8% -
XYZ 34.54 25.44 24.92 -
YUV 140.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 204 109 132 0 0.47 0.35 0.2 345.47 0.48 0.61
Hex CC 6D 84 0 2F 23 14 159 30 3D
Octal 314 155 204 0 57 43 24 531 60 75
Binary 11001100 1101101 10000100 0 101111 100011 10100 101011001 110000 111101

Color Harmonies of #CC6D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D84

Black with #CC6D84

Text Example


Text Example

White with #CC6D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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