Html Css Color HEX #CC808A Charm

📋 copy color: '#CC808A'

red 204 ◦ green 128 ◦ blue 138

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

Shades of Charm #CC808A

Tints of Charm #CC808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 43.4%
G = 27.23%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC808A (or 0xCC808A) is known color: Charm. HEX triplet: CC, 80 and 8A. RGB value is (204,128,138). Sum of RGB (Red+Green+Blue) = 204+128+138=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808A is #337F75. Grayscale: #979797. Windows color (decimal): -3374966 or 9076940. OLE color: 9076940.

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

Color convert

RGB 204 128 138 -
CMYK 0 0.37 0.32 0.2
HSL 352.11º 0.43% 0.65% -
HSV(B) 352.11º 0.37% 0.8% -
XYZ 37.21 30.11 27.9 -
YUV 151.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 204 128 138 0 0.37 0.32 0.2 352.11 0.43 0.65
Hex CC 80 8A 0 25 20 14 160 2B 41
Octal 314 200 212 0 45 40 24 540 53 101
Binary 11001100 10000000 10001010 0 100101 100000 10100 101100000 101011 1000001

Color Harmonies of #CC808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC808A

Black with #CC808A

Text Example


Text Example

White with #CC808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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