#CC7D9B

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

Shades of Puce #CC7D9B

Tints of Puce #CC7D9B

Color information

#CC7D9B (or 0xCC7D9B) is unknown color: approx Puce. HEX triplet: CC, 7D and 9B. RGB value is (204,125,155). Sum of RGB (Red+Green+Blue) = 204+125+155=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D9B is #338264. Grayscale: #989898. Windows color (decimal): -3375717 or 10190284. OLE color: 10190284.

HSL color Cylindrical-coordinate representation of color #CC7D9B: hue angle of 337.22º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D9B is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204125155-
CMYK00.390.240.2
HSL337.22º43.65%64.51%-
HSV(B)337.22º38.73%80%-
XYZ38.1529.8734.77-
YUV152.04129.67165.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=42.15%
G=25.83%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412515500.390.240.2337.2243.6564.51
HexCC7D9B02718141512c41
Octal314175233047302452154101
Binary11001100111110110011011010011111000101001010100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D9B; }

 p { color: rgb(204,125,155); }

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

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

 a { background-color: rgb(204,125,155); }

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

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

 span { border-color: rgb(204,125,155); }

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