Html Css Color HEX #CC818D Charm

📋 copy color: '#CC818D'

red 204 ◦ green 129 ◦ blue 141

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

Shades of Charm #CC818D

Tints of Charm #CC818D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 43.04%
G = 27.22%
B = 29.75%

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

#CC818D (or 0xCC818D) is known color: Charm. HEX triplet: CC, 81 and 8D. RGB value is (204,129,141). Sum of RGB (Red+Green+Blue) = 204+129+141=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818D is #337E72. Grayscale: #989898. Windows color (decimal): -3374707 or 9273804. OLE color: 9273804.

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

Color convert

RGB 204 129 141 -
CMYK 0 0.37 0.31 0.2
HSL 350.4º 0.42% 0.65% -
HSV(B) 350.4º 0.37% 0.8% -
XYZ 37.56 30.46 29.1 -
YUV 152.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 204 129 141 0 0.37 0.31 0.2 350.4 0.42 0.65
Hex CC 81 8D 0 25 1F 14 15E 2A 41
Octal 314 201 215 0 45 37 24 536 52 101
Binary 11001100 10000001 10001101 0 100101 11111 10100 101011110 101010 1000001

Color Harmonies of #CC818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC818D

Black with #CC818D

Text Example


Text Example

White with #CC818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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