#CD8B98

Color #CD8B98 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CD8B98

Tints of Puce #CD8B98

Color information

#CD8B98 (or 0xCD8B98) is unknown color: approx Puce. HEX triplet: CD, 8B and 98. RGB value is (205,139,152). Sum of RGB (Red+Green+Blue) = 205+139+152=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B98 is #327467. Grayscale: #A0A0A0. Windows color (decimal): -3306600 or 9997261. OLE color: 9997261.

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

Color convert

RGB205139152-
CMYK00.320.260.20
HSL348.18º39.76%67.45%-
HSV(B)348.18º32.2%80.39%-
XYZ40.0833.7134.1-
YUV160.22123.37159.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=41.33%
G=28.02%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513915200.320.260.20348.1839.7667.45
HexCD8B980201A1415c2843
Octal315213230040322453450103
Binary110011011000101110011000010000011010101001010111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B98; }

 p { color: rgb(205,139,152); }

 H1.HeaderClassName
 {
   color: #CD8B98;
 }
 .AnyTagClassName
 {
   color: #CD8B98;
 }
</style>
background-color css

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

 a { background-color: rgb(205,139,152); }

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

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

 span { border-color: rgb(205,139,152); }

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