#CD908A

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

Shades of Oriental Pink #CD908A

Tints of Oriental Pink #CD908A

Color information

#CD908A (or 0xCD908A) is unknown color: approx Oriental Pink. HEX triplet: CD, 90 and 8A. RGB value is (205,144,138). Sum of RGB (Red+Green+Blue) = 205+144+138=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD908A is #326F75. Grayscale: #A1A1A1. Windows color (decimal): -3305334 or 9081037. OLE color: 9081037.

HSL color Cylindrical-coordinate representation of color #CD908A: hue angle of 5.37º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD908A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205144138-
CMYK00.300.330.20
HSL5.37º40.12%67.25%-
HSV(B)5.37º32.68%80.39%-
XYZ39.7434.7628.66-
YUV161.55114.71158.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=42.09%
G=29.57%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514413800.300.330.205.3740.1267.25
HexCD908A01E211452843
Octal3152202120364124550103
Binary110011011001000010001010011110100001101001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD908A; }

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

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

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

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

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

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

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

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