Html Css Color HEX #CD8893 Puce

📋 copy color: '#CD8893'

red 205 ◦ green 136 ◦ blue 147

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

Shades of Puce #CD8893

Tints of Puce #CD8893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 42.01%
G = 27.87%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD8893 (or 0xCD8893) is known color: Puce. HEX triplet: CD, 88 and 93. RGB value is (205,136,147). Sum of RGB (Red+Green+Blue) = 205+136+147=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8893 is #32776C. Grayscale: #9D9D9D. Windows color (decimal): -3307373 or 9668813. OLE color: 9668813.

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

Color convert

RGB 205 136 147 -
CMYK 0 0.34 0.28 0.20
HSL 350.43º 0.41% 0.67% -
HSV(B) 350.43º 0.34% 0.8% -
XYZ 39.25 32.69 31.85 -
YUV 157.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 205 136 147 0 0.34 0.28 0.20 350.43 0.41 0.67
Hex CD 88 93 0 22 1C 14 15E 29 43
Octal 315 210 223 0 42 34 24 536 51 103
Binary 11001101 10001000 10010011 0 100010 11100 10100 101011110 101001 1000011

Color Harmonies of #CD8893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8893

Black with #CD8893

Text Example


Text Example

White with #CD8893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8893; }

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

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

background-color css

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

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

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

border-color css

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

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

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