#CD918E

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

Shades of Oriental Pink #CD918E

Tints of Oriental Pink #CD918E

Color information

#CD918E (or 0xCD918E) is unknown color: approx Oriental Pink. HEX triplet: CD, 91 and 8E. RGB value is (205,145,142). Sum of RGB (Red+Green+Blue) = 205+145+142=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD918E is #326E71. Grayscale: #A2A2A2. Windows color (decimal): -3305074 or 9343437. OLE color: 9343437.

HSL color Cylindrical-coordinate representation of color #CD918E: hue angle of 2.86º 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 #CD918E is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205145142-
CMYK00.290.310.20
HSL2.86º38.65%68.04%-
HSV(B)2.86º30.73%80.39%-
XYZ40.1835.1830.26-
YUV162.6116.38158.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=41.67%
G=29.47%
B=28.86%

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
Decimal20514514200.290.310.202.8638.6568.04
HexCD918E01D1F1432744
Octal3152212160353724347104
Binary1100110110010001100011100111011111110100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD918E; }

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

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

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

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

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

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

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

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