Html Css Color HEX #CC808E Charm

📋 copy color: '#CC808E'

red 204 ◦ green 128 ◦ blue 142

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

Shades of Charm #CC808E

Tints of Charm #CC808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 43.04%
G = 27%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC808E (or 0xCC808E) is known color: Charm. HEX triplet: CC, 80 and 8E. RGB value is (204,128,142). Sum of RGB (Red+Green+Blue) = 204+128+142=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808E is #337F71. Grayscale: #989898. Windows color (decimal): -3374962 or 9339084. OLE color: 9339084.

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

Color convert

RGB 204 128 142 -
CMYK 0 0.37 0.30 0.2
HSL 348.95º 0.43% 0.65% -
HSV(B) 348.95º 0.37% 0.8% -
XYZ 37.5 30.23 29.45 -
YUV 152.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 204 128 142 0 0.37 0.30 0.2 348.95 0.43 0.65
Hex CC 80 8E 0 25 1E 14 15D 2B 41
Octal 314 200 216 0 45 36 24 535 53 101
Binary 11001100 10000000 10001110 0 100101 11110 10100 101011101 101011 1000001

Color Harmonies of #CC808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC808E

Black with #CC808E

Text Example


Text Example

White with #CC808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC808E; }

 p { color: rgb(204,128,142); }

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

background-color css

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

 a { background-color: rgb(204,128,142); }

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

border-color css

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

 span { border-color: rgb(204,128,142); }

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