#CB928E

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

Shades of Oriental Pink #CB928E

Tints of Oriental Pink #CB928E

Color information

#CB928E (or 0xCB928E) is unknown color: approx Oriental Pink. HEX triplet: CB, 92 and 8E. RGB value is (203,146,142). Sum of RGB (Red+Green+Blue) = 203+146+142=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB928E is #346D71. Grayscale: #A2A2A2. Windows color (decimal): -3435890 or 9343691. OLE color: 9343691.

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

Color convert

RGB203146142-
CMYK00.280.300.20
HSL3.93º36.97%67.65%-
HSV(B)3.93º30.05%79.61%-
XYZ39.7935.2130.29-
YUV162.59116.38156.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=41.34%
G=29.74%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314614200.280.300.203.9336.9767.65
HexCB928E01C1E1442544
Octal3132222160343624445104
Binary11001011100100101000111001110011110101001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB928E; }

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

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

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

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

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

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

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

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