Html Css Color HEX #CD8897 Puce

📋 copy color: '#CD8897'

red 205 ◦ green 136 ◦ blue 151

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

Shades of Puce #CD8897

Tints of Puce #CD8897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 41.67%
G = 27.64%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD8897 (or 0xCD8897) is known color: Puce. HEX triplet: CD, 88 and 97. RGB value is (205,136,151). Sum of RGB (Red+Green+Blue) = 205+136+151=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8897 is #327768. Grayscale: #9E9E9E. Windows color (decimal): -3307369 or 9930957. OLE color: 9930957.

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

Color convert

RGB 205 136 151 -
CMYK 0 0.34 0.26 0.20
HSL 346.96º 0.41% 0.67% -
HSV(B) 346.96º 0.34% 0.8% -
XYZ 39.57 32.82 33.53 -
YUV 158.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 205 136 151 0 0.34 0.26 0.20 346.96 0.41 0.67
Hex CD 88 97 0 22 1A 14 15B 29 43
Octal 315 210 227 0 42 32 24 533 51 103
Binary 11001101 10001000 10010111 0 100010 11010 10100 101011011 101001 1000011

Color Harmonies of #CD8897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8897

Black with #CD8897

Text Example


Text Example

White with #CD8897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8897; }

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

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

background-color css

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

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

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

border-color css

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

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

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