Html Css Color HEX #CC6F84 Charm

📋 copy color: '#CC6F84'

red 204 ◦ green 111 ◦ blue 132

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

Shades of Charm #CC6F84

Tints of Charm #CC6F84

RGB

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

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

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

R = 45.64%
G = 24.83%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC6F84 (or 0xCC6F84) is known color: Charm. HEX triplet: CC, 6F and 84. RGB value is (204,111,132). Sum of RGB (Red+Green+Blue) = 204+111+132=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F84 is #33907B. Grayscale: #8D8D8D. Windows color (decimal): -3379324 or 8679372. OLE color: 8679372.

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

Color convert

RGB 204 111 132 -
CMYK 0 0.46 0.35 0.2
HSL 346.45º 0.48% 0.62% -
HSV(B) 346.45º 0.46% 0.8% -
XYZ 34.75 25.87 24.99 -
YUV 141.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 204 111 132 0 0.46 0.35 0.2 346.45 0.48 0.62
Hex CC 6F 84 0 2E 23 14 15A 30 3E
Octal 314 157 204 0 56 43 24 532 60 76
Binary 11001100 1101111 10000100 0 101110 100011 10100 101011010 110000 111110

Color Harmonies of #CC6F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F84

Black with #CC6F84

Text Example


Text Example

White with #CC6F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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