#CD918F

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

Shades of Oriental Pink #CD918F

Tints of Oriental Pink #CD918F

Color information

#CD918F (or 0xCD918F) is unknown color: approx Oriental Pink. HEX triplet: CD, 91 and 8F. RGB value is (205,145,143). Sum of RGB (Red+Green+Blue) = 205+145+143=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD918F is #326E70. Grayscale: #A2A2A2. Windows color (decimal): -3305073 or 9408973. OLE color: 9408973.

HSL color Cylindrical-coordinate representation of color #CD918F: hue angle of 1.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD918F is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205145143-
CMYK00.290.300.20
HSL1.94º38.27%68.24%-
HSV(B)1.94º30.24%80.39%-
XYZ40.2635.2130.66-
YUV162.71116.88158.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=41.58%
G=29.41%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514514300.290.300.201.9438.2768.24
HexCD918F01D1E1422644
Octal3152212170353624246104
Binary1100110110010001100011110111011111010100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD918F; }

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

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

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

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

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

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

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

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