Html Css Color HEX #CD889E Puce

📋 copy color: '#CD889E'

red 205 ◦ green 136 ◦ blue 158

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

Shades of Puce #CD889E

Tints of Puce #CD889E

RGB

 RED value IS 205 (80.47% from 255) = 41.08%

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

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

R = 41.08%
G = 27.25%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD889E (or 0xCD889E) is known color: Puce. HEX triplet: CD, 88 and 9E. RGB value is (205,136,158). Sum of RGB (Red+Green+Blue) = 205+136+158=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD889E is #327761. Grayscale: #9F9F9F. Windows color (decimal): -3307362 or 10389709. OLE color: 10389709.

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

Color convert

RGB 205 136 158 -
CMYK 0 0.34 0.23 0.20
HSL 340.87º 0.41% 0.67% -
HSV(B) 340.87º 0.34% 0.8% -
XYZ 40.15 33.06 36.61 -
YUV 159.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 205 136 158 0 0.34 0.23 0.20 340.87 0.41 0.67
Hex CD 88 9E 0 22 17 14 155 29 43
Octal 315 210 236 0 42 27 24 525 51 103
Binary 11001101 10001000 10011110 0 100010 10111 10100 101010101 101001 1000011

Color Harmonies of #CD889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD889E

Black with #CD889E

Text Example


Text Example

White with #CD889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD889E; }

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

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

background-color css

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

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

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

border-color css

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

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

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