#CD948D

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

Shades of Oriental Pink #CD948D

Tints of Oriental Pink #CD948D

Color information

#CD948D (or 0xCD948D) is unknown color: approx Oriental Pink. HEX triplet: CD, 94 and 8D. RGB value is (205,148,141). Sum of RGB (Red+Green+Blue) = 205+148+141=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD948D is #326B72. Grayscale: #A4A4A4. Windows color (decimal): -3304307 or 9278669. OLE color: 9278669.

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

Color convert

RGB205148141-
CMYK00.280.310.20
HSL6.56º39.02%67.84%-
HSV(B)6.56º31.22%80.39%-
XYZ40.5736.0830.03-
YUV164.24114.88157.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=41.50%
G=29.96%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514814100.280.310.206.5639.0267.84
HexCD948D01C1F1472744
Octal3152242150343724747104
Binary11001101100101001000110101110011111101001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD948D; }

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

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

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

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

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

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

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

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