#CD8F8E

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

Shades of Oriental Pink #CD8F8E

Tints of Oriental Pink #CD8F8E

Color information

#CD8F8E (or 0xCD8F8E) is unknown color: approx Oriental Pink. HEX triplet: CD, 8F and 8E. RGB value is (205,143,142). Sum of RGB (Red+Green+Blue) = 205+143+142=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F8E is #327071. Grayscale: #A1A1A1. Windows color (decimal): -3305586 or 9342925. OLE color: 9342925.

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

Color convert

RGB205143142-
CMYK00.300.310.20
HSL0.95º38.65%68.04%-
HSV(B)0.95º30.73%80.39%-
XYZ39.8834.5830.16-
YUV161.42117.04159.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=41.84%
G=29.18%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514314200.300.310.200.9538.6568.04
HexCD8F8E01E1F1412744
Octal3152172160363724147104
Binary110011011000111110001110011110111111010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F8E; }

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

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

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

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

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

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

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

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