Html Css Color HEX #CC889E Puce

📋 copy color: '#CC889E'

red 204 ◦ green 136 ◦ blue 158

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

Shades of Puce #CC889E

Tints of Puce #CC889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.31%

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

R = 40.96%
G = 27.31%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC889E (or 0xCC889E) is known color: Puce. HEX triplet: CC, 88 and 9E. RGB value is (204,136,158). Sum of RGB (Red+Green+Blue) = 204+136+158=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC889E is #337761. Grayscale: #9E9E9E. Windows color (decimal): -3372898 or 10389708. OLE color: 10389708.

HSL color Cylindrical-coordinate representation of color #CC889E: hue angle of 340.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC889E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 158 -
CMYK 0 0.33 0.23 0.2
HSL 340.59º 0.4% 0.67% -
HSV(B) 340.59º 0.33% 0.8% -
XYZ 39.88 32.91 36.6 -
YUV 158.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 204 136 158 0 0.33 0.23 0.2 340.59 0.4 0.67
Hex CC 88 9E 0 21 17 14 155 28 43
Octal 314 210 236 0 41 27 24 525 50 103
Binary 11001100 10001000 10011110 0 100001 10111 10100 101010101 101000 1000011

Color Harmonies of #CC889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC889E

Black with #CC889E

Text Example


Text Example

White with #CC889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC889E; }

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

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

background-color css

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

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

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

border-color css

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

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

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