#CD7C97

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

Shades of Puce #CD7C97

Tints of Puce #CD7C97

Color information

#CD7C97 (or 0xCD7C97) is unknown color: approx Puce. HEX triplet: CD, 7C and 97. RGB value is (205,124,151). Sum of RGB (Red+Green+Blue) = 205+124+151=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C97 is #328368. Grayscale: #979797. Windows color (decimal): -3310441 or 9927885. OLE color: 9927885.

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

Color convert

RGB205124151-
CMYK00.400.260.20
HSL340º44.75%64.51%-
HSV(B)340º39.51%80.39%-
XYZ37.9729.6333-
YUV151.3127.84166.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=42.71%
G=25.83%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512415100.400.260.2034044.7564.51
HexCD7C970281A141542d41
Octal315174227050322452455101
Binary11001101111110010010111010100011010101001010101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C97; }

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

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

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

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

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

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

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

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