#CD918D

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

Shades of Oriental Pink #CD918D

Tints of Oriental Pink #CD918D

Color information

#CD918D (or 0xCD918D) is unknown color: approx Oriental Pink. HEX triplet: CD, 91 and 8D. RGB value is (205,145,141). Sum of RGB (Red+Green+Blue) = 205+145+141=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD918D is #326E72. Grayscale: #A2A2A2. Windows color (decimal): -3305075 or 9277901. OLE color: 9277901.

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

Color convert

RGB205145141-
CMYK00.290.310.20
HSL3.75º39.02%67.84%-
HSV(B)3.75º31.22%80.39%-
XYZ40.1135.1529.87-
YUV162.48115.88158.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=41.75%
G=29.53%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514514100.290.310.203.7539.0267.84
HexCD918D01D1F1442744
Octal3152212150353724447104
Binary11001101100100011000110101110111111101001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD918D; }

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

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

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

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

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

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

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

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