Html Css Color HEX #CC818C Charm

📋 copy color: '#CC818C'

red 204 ◦ green 129 ◦ blue 140

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

Shades of Charm #CC818C

Tints of Charm #CC818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 43.13%
G = 27.27%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC818C (or 0xCC818C) is known color: Charm. HEX triplet: CC, 81 and 8C. RGB value is (204,129,140). Sum of RGB (Red+Green+Blue) = 204+129+140=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818C is #337E73. Grayscale: #989898. Windows color (decimal): -3374708 or 9208268. OLE color: 9208268.

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

Color convert

RGB 204 129 140 -
CMYK 0 0.37 0.31 0.2
HSL 351.2º 0.42% 0.65% -
HSV(B) 351.2º 0.37% 0.8% -
XYZ 37.49 30.43 28.71 -
YUV 152.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 204 129 140 0 0.37 0.31 0.2 351.2 0.42 0.65
Hex CC 81 8C 0 25 1F 14 15F 2A 41
Octal 314 201 214 0 45 37 24 537 52 101
Binary 11001100 10000001 10001100 0 100101 11111 10100 101011111 101010 1000001

Color Harmonies of #CC818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC818C

Black with #CC818C

Text Example


Text Example

White with #CC818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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