#CD9188

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

Shades of Oriental Pink #CD9188

Tints of Oriental Pink #CD9188

Color information

#CD9188 (or 0xCD9188) is unknown color: approx Oriental Pink. HEX triplet: CD, 91 and 88. RGB value is (205,145,136). Sum of RGB (Red+Green+Blue) = 205+145+136=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9188 is #326E77. Grayscale: #A2A2A2. Windows color (decimal): -3305080 or 8950221. OLE color: 8950221.

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

Color convert

RGB205145136-
CMYK00.290.340.20
HSL7.83º40.83%66.86%-
HSV(B)7.83º33.66%80.39%-
XYZ39.7535.0127.95-
YUV161.91113.38158.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=42.18%
G=29.84%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514513600.290.340.207.8340.8366.86
HexCD918801D221482943
Octal31522121003542241051103
Binary1100110110010001100010000111011000101010010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9188; }

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

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

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

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

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

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

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

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