Html Css Color HEX #CC809E Puce

📋 copy color: '#CC809E'

red 204 ◦ green 128 ◦ blue 158

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

Shades of Puce #CC809E

Tints of Puce #CC809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 41.63%
G = 26.12%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC809E (or 0xCC809E) is known color: Puce. HEX triplet: CC, 80 and 9E. RGB value is (204,128,158). Sum of RGB (Red+Green+Blue) = 204+128+158=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC809E is #337F61. Grayscale: #9A9A9A. Windows color (decimal): -3374946 or 10387660. OLE color: 10387660.

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

Color convert

RGB 204 128 158 -
CMYK 0 0.37 0.23 0.2
HSL 336.32º 0.43% 0.65% -
HSV(B) 336.32º 0.37% 0.8% -
XYZ 38.79 30.74 36.24 -
YUV 154.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 204 128 158 0 0.37 0.23 0.2 336.32 0.43 0.65
Hex CC 80 9E 0 25 17 14 150 2B 41
Octal 314 200 236 0 45 27 24 520 53 101
Binary 11001100 10000000 10011110 0 100101 10111 10100 101010000 101011 1000001

Color Harmonies of #CC809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC809E

Black with #CC809E

Text Example


Text Example

White with #CC809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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