#CD928D

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

Shades of Oriental Pink #CD928D

Tints of Oriental Pink #CD928D

Color information

#CD928D (or 0xCD928D) is unknown color: approx Oriental Pink. HEX triplet: CD, 92 and 8D. RGB value is (205,146,141). Sum of RGB (Red+Green+Blue) = 205+146+141=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD928D is #326D72. Grayscale: #A3A3A3. Windows color (decimal): -3304819 or 9278157. OLE color: 9278157.

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

Color convert

RGB205146141-
CMYK00.290.310.20
HSL4.69º39.02%67.84%-
HSV(B)4.69º31.22%80.39%-
XYZ40.2635.4629.92-
YUV163.07115.55157.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=41.67%
G=29.67%
B=28.66%

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
Decimal20514614100.290.310.204.6939.0267.84
HexCD928D01D1F1452744
Octal3152222150353724547104
Binary11001101100100101000110101110111111101001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD928D; }

 p { color: rgb(205,146,141); }

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

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

 a { background-color: rgb(205,146,141); }

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

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

 span { border-color: rgb(205,146,141); }

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