#CD908F

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

Shades of Oriental Pink #CD908F

Tints of Oriental Pink #CD908F

Color information

#CD908F (or 0xCD908F) is unknown color: approx Oriental Pink. HEX triplet: CD, 90 and 8F. RGB value is (205,144,143). Sum of RGB (Red+Green+Blue) = 205+144+143=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD908F is #326F70. Grayscale: #A2A2A2. Windows color (decimal): -3305329 or 9408717. OLE color: 9408717.

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

Color convert

RGB205144143-
CMYK00.300.300.20
HSL0.97º38.27%68.24%-
HSV(B)0.97º30.24%80.39%-
XYZ40.1134.9130.61-
YUV162.12117.21158.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=41.67%
G=29.27%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514414300.300.300.200.9738.2768.24
HexCD908F01E1E1412644
Octal3152202170363624146104
Binary110011011001000010001111011110111101010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD908F; }

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

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

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

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

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

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

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

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