#CD908D

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

Shades of Oriental Pink #CD908D

Tints of Oriental Pink #CD908D

Color information

#CD908D (or 0xCD908D) is unknown color: approx Oriental Pink. HEX triplet: CD, 90 and 8D. RGB value is (205,144,141). Sum of RGB (Red+Green+Blue) = 205+144+141=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD908D is #326F72. Grayscale: #A1A1A1. Windows color (decimal): -3305331 or 9277645. OLE color: 9277645.

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

Color convert

RGB205144141-
CMYK00.300.310.20
HSL2.81º39.02%67.84%-
HSV(B)2.81º31.22%80.39%-
XYZ39.9634.8529.82-
YUV161.9116.21158.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=41.84%
G=29.39%
B=28.78%

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
Decimal20514414100.300.310.202.8139.0267.84
HexCD908D01E1F1432744
Octal3152202150363724347104
Binary1100110110010000100011010111101111110100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD908D; }

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

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

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

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

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

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

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

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