Html Css Color HEX #CD8890 Puce

📋 copy color: '#CD8890'

red 205 ◦ green 136 ◦ blue 144

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

Shades of Puce #CD8890

Tints of Puce #CD8890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 42.27%
G = 28.04%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8890 (or 0xCD8890) is known color: Puce. HEX triplet: CD, 88 and 90. RGB value is (205,136,144). Sum of RGB (Red+Green+Blue) = 205+136+144=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8890 is #32776F. Grayscale: #9D9D9D. Windows color (decimal): -3307376 or 9472205. OLE color: 9472205.

HSL color Cylindrical-coordinate representation of color #CD8890: hue angle of 353.04º 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 #CD8890 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 144 -
CMYK 0 0.34 0.30 0.20
HSL 353.04º 0.41% 0.67% -
HSV(B) 353.04º 0.34% 0.8% -
XYZ 39.02 32.6 30.62 -
YUV 157.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 205 136 144 0 0.34 0.30 0.20 353.04 0.41 0.67
Hex CD 88 90 0 22 1E 14 161 29 43
Octal 315 210 220 0 42 36 24 541 51 103
Binary 11001101 10001000 10010000 0 100010 11110 10100 101100001 101001 1000011

Color Harmonies of #CD8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8890

Black with #CD8890

Text Example


Text Example

White with #CD8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8890; }

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

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

background-color css

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

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

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

border-color css

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

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

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