#CC818F

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

Shades of Puce #CC818F

Tints of Puce #CC818F

Color information

#CC818F (or 0xCC818F) is unknown color: approx Puce. HEX triplet: CC, 81 and 8F. RGB value is (204,129,143). Sum of RGB (Red+Green+Blue) = 204+129+143=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818F is #337E70. Grayscale: #999999. Windows color (decimal): -3374705 or 9404876. OLE color: 9404876.

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

Color convert

RGB204129143-
CMYK00.370.300.2
HSL348.8º42.37%65.29%-
HSV(B)348.8º36.76%80%-
XYZ37.7130.5229.89-
YUV153.02122.35164.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=42.86%
G=27.10%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412914300.370.300.2348.842.3765.29
HexCC818F0251E1415d2a41
Octal314201217045362453552101
Binary110011001000000110001111010010111110101001010111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC818F; }

 p { color: rgb(204,129,143); }

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

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

 a { background-color: rgb(204,129,143); }

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

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

 span { border-color: rgb(204,129,143); }

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