Html Css Color HEX #CD8999 Puce

📋 copy color: '#CD8999'

red 205 ◦ green 137 ◦ blue 153

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

Shades of Puce #CD8999

Tints of Puce #CD8999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 41.41%
G = 27.68%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD8999 (or 0xCD8999) is known color: Puce. HEX triplet: CD, 89 and 99. RGB value is (205,137,153). Sum of RGB (Red+Green+Blue) = 205+137+153=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8999 is #327666. Grayscale: #9F9F9F. Windows color (decimal): -3307111 or 10062285. OLE color: 10062285.

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

Color convert

RGB 205 137 153 -
CMYK 0 0.33 0.25 0.20
HSL 345.88º 0.4% 0.67% -
HSV(B) 345.88º 0.33% 0.8% -
XYZ 39.87 33.17 34.44 -
YUV 159.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 205 137 153 0 0.33 0.25 0.20 345.88 0.4 0.67
Hex CD 89 99 0 21 19 14 15A 28 43
Octal 315 211 231 0 41 31 24 532 50 103
Binary 11001101 10001001 10011001 0 100001 11001 10100 101011010 101000 1000011

Color Harmonies of #CD8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8999

Black with #CD8999

Text Example


Text Example

White with #CD8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8999; }

 p { color: rgb(205,137,153); }

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

background-color css

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

 a { background-color: rgb(205,137,153); }

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

border-color css

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

 span { border-color: rgb(205,137,153); }

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