#CB928D

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

Shades of Oriental Pink #CB928D

Tints of Oriental Pink #CB928D

Color information

#CB928D (or 0xCB928D) is unknown color: approx Oriental Pink. HEX triplet: CB, 92 and 8D. RGB value is (203,146,141). Sum of RGB (Red+Green+Blue) = 203+146+141=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB928D is #346D72. Grayscale: #A2A2A2. Windows color (decimal): -3435891 or 9278155. OLE color: 9278155.

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

Color convert

RGB203146141-
CMYK00.280.310.20
HSL4.84º37.35%67.45%-
HSV(B)4.84º30.54%79.61%-
XYZ39.7235.1829.9-
YUV162.47115.88156.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=41.43%
G=29.80%
B=28.78%

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
Decimal20314614100.280.310.204.8437.3567.45
HexCB928D01C1F1452543
Octal3132222150343724545103
Binary11001011100100101000110101110011111101001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB928D; }

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

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

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

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

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

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

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

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