#CD918C

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

Shades of Oriental Pink #CD918C

Tints of Oriental Pink #CD918C

Color information

#CD918C (or 0xCD918C) is unknown color: approx Oriental Pink. HEX triplet: CD, 91 and 8C. RGB value is (205,145,140). Sum of RGB (Red+Green+Blue) = 205+145+140=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD918C is #326E73. Grayscale: #A2A2A2. Windows color (decimal): -3305076 or 9212365. OLE color: 9212365.

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

Color convert

RGB205145140-
CMYK00.290.320.20
HSL4.62º39.39%67.65%-
HSV(B)4.62º31.71%80.39%-
XYZ40.0435.1229.48-
YUV162.37115.38158.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=41.84%
G=29.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514514000.290.320.204.6239.3967.65
HexCD918C01D201452744
Octal3152212140354024547104
Binary110011011001000110001100011101100000101001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD918C; }

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

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

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

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

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

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

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

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