#CB908E

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

Shades of Oriental Pink #CB908E

Tints of Oriental Pink #CB908E

Color information

#CB908E (or 0xCB908E) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 8E. RGB value is (203,144,142). Sum of RGB (Red+Green+Blue) = 203+144+142=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908E is #346F71. Grayscale: #A1A1A1. Windows color (decimal): -3436402 or 9343179. OLE color: 9343179.

HSL color Cylindrical-coordinate representation of color #CB908E: hue angle of 1.97º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB908E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203144142-
CMYK00.290.300.20
HSL1.97º36.97%67.65%-
HSV(B)1.97º30.05%79.61%-
XYZ39.4834.630.19-
YUV161.41117.05157.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=41.51%
G=29.45%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314414200.290.300.201.9736.9767.65
HexCB908E01D1E1422544
Octal3132202160353624245104
Binary1100101110010000100011100111011111010100101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB908E; }

 p { color: rgb(203,144,142); }

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

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

 a { background-color: rgb(203,144,142); }

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

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

 span { border-color: rgb(203,144,142); }

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