#CB918E

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

Shades of Oriental Pink #CB918E

Tints of Oriental Pink #CB918E

Color information

#CB918E (or 0xCB918E) is unknown color: approx Oriental Pink. HEX triplet: CB, 91 and 8E. RGB value is (203,145,142). Sum of RGB (Red+Green+Blue) = 203+145+142=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB918E is #346E71. Grayscale: #A2A2A2. Windows color (decimal): -3436146 or 9343435. OLE color: 9343435.

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

Color convert

RGB203145142-
CMYK00.290.300.20
HSL2.95º36.97%67.65%-
HSV(B)2.95º30.05%79.61%-
XYZ39.6434.930.24-
YUV162116.72157.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=41.43%
G=29.59%
B=28.98%

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
Decimal20314514200.290.300.202.9536.9767.65
HexCB918E01D1E1432544
Octal3132212160353624345104
Binary1100101110010001100011100111011111010100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB918E; }

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

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

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

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

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

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

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

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