#CD818F

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

Shades of Puce #CD818F

Tints of Puce #CD818F

Color information

#CD818F (or 0xCD818F) is unknown color: approx Puce. HEX triplet: CD, 81 and 8F. RGB value is (205,129,143). Sum of RGB (Red+Green+Blue) = 205+129+143=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD818F is #327E70. Grayscale: #999999. Windows color (decimal): -3309169 or 9404877. OLE color: 9404877.

HSL color Cylindrical-coordinate representation of color #CD818F: hue angle of 348.95º degrees, saturation: 0.43, 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 #CD818F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205129143-
CMYK00.370.300.20
HSL348.95º43.18%65.49%-
HSV(B)348.95º37.07%80.39%-
XYZ37.9930.6629.9-
YUV153.32122.18164.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=42.98%
G=27.04%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512914300.370.300.20348.9543.1865.49
HexCD818F0251E1415d2b41
Octal315201217045362453553101
Binary110011011000000110001111010010111110101001010111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD818F; }

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

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

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

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

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

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

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

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