Html Css Color HEX #CC6881 Charm

📋 copy color: '#CC6881'

red 204 ◦ green 104 ◦ blue 129

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

Shades of Charm #CC6881

Tints of Charm #CC6881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 46.68%
G = 23.8%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC6881 (or 0xCC6881) is known color: Charm. HEX triplet: CC, 68 and 81. RGB value is (204,104,129). Sum of RGB (Red+Green+Blue) = 204+104+129=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6881 is #33977E. Grayscale: #888888. Windows color (decimal): -3381119 or 8480972. OLE color: 8480972.

HSL color Cylindrical-coordinate representation of color #CC6881: hue angle of 345º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6881 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 129 -
CMYK 0 0.49 0.37 0.2
HSL 345º 0.5% 0.6% -
HSV(B) 345º 0.49% 0.8% -
XYZ 33.81 24.32 23.68 -
YUV 136.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 204 104 129 0 0.49 0.37 0.2 345 0.5 0.6
Hex CC 68 81 0 31 25 14 159 32 3C
Octal 314 150 201 0 61 45 24 531 62 74
Binary 11001100 1101000 10000001 0 110001 100101 10100 101011001 110010 111100

Color Harmonies of #CC6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6881

Black with #CC6881

Text Example


Text Example

White with #CC6881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6881; }

 p { color: rgb(204,104,129); }

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

background-color css

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

 a { background-color: rgb(204,104,129); }

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

border-color css

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

 span { border-color: rgb(204,104,129); }

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