#CB928C

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

Shades of Oriental Pink #CB928C

Tints of Oriental Pink #CB928C

Color information

#CB928C (or 0xCB928C) is unknown color: approx Oriental Pink. HEX triplet: CB, 92 and 8C. RGB value is (203,146,140). Sum of RGB (Red+Green+Blue) = 203+146+140=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB928C is #346D73. Grayscale: #A2A2A2. Windows color (decimal): -3435892 or 9212619. OLE color: 9212619.

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

Color convert

RGB203146140-
CMYK00.280.310.20
HSL5.71º37.72%67.25%-
HSV(B)5.71º31.03%79.61%-
XYZ39.6435.1529.51-
YUV162.36115.38156.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=41.51%
G=29.86%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314614000.280.310.205.7137.7267.25
HexCB928C01C1F1462643
Octal3132222140343724646103
Binary11001011100100101000110001110011111101001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB928C; }

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

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

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

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

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

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

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

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