Html Css Color HEX #CC808D Charm

📋 copy color: '#CC808D'

red 204 ◦ green 128 ◦ blue 141

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

Shades of Charm #CC808D

Tints of Charm #CC808D

RGB

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

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

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

R = 43.13%
G = 27.06%
B = 29.81%

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

#CC808D (or 0xCC808D) is known color: Charm. HEX triplet: CC, 80 and 8D. RGB value is (204,128,141). Sum of RGB (Red+Green+Blue) = 204+128+141=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808D is #337F72. Grayscale: #989898. Windows color (decimal): -3374963 or 9273548. OLE color: 9273548.

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

Color convert

RGB 204 128 141 -
CMYK 0 0.37 0.31 0.2
HSL 349.74º 0.43% 0.65% -
HSV(B) 349.74º 0.37% 0.8% -
XYZ 37.43 30.2 29.06 -
YUV 152.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 204 128 141 0 0.37 0.31 0.2 349.74 0.43 0.65
Hex CC 80 8D 0 25 1F 14 15E 2B 41
Octal 314 200 215 0 45 37 24 536 53 101
Binary 11001100 10000000 10001101 0 100101 11111 10100 101011110 101011 1000001

Color Harmonies of #CC808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC808D

Black with #CC808D

Text Example


Text Example

White with #CC808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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