#CD9087

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

Shades of Oriental Pink #CD9087

Tints of Oriental Pink #CD9087

Color information

#CD9087 (or 0xCD9087) is unknown color: approx Oriental Pink. HEX triplet: CD, 90 and 87. RGB value is (205,144,135). Sum of RGB (Red+Green+Blue) = 205+144+135=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9087 is #326F78. Grayscale: #A1A1A1. Windows color (decimal): -3305337 or 8884429. OLE color: 8884429.

HSL color Cylindrical-coordinate representation of color #CD9087: hue angle of 7.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9087 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205144135-
CMYK00.300.340.20
HSL7.71º41.18%66.67%-
HSV(B)7.71º34.15%80.39%-
XYZ39.5234.6727.53-
YUV161.21113.21159.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=42.36%
G=29.75%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514413500.300.340.207.7141.1866.67
HexCD908701E221482943
Octal31522020703642241051103
Binary1100110110010000100001110111101000101010010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9087; }

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

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

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

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

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

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

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

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