#CB928A

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

Shades of Oriental Pink #CB928A

Tints of Oriental Pink #CB928A

Color information

#CB928A (or 0xCB928A) is unknown color: approx Oriental Pink. HEX triplet: CB, 92 and 8A. RGB value is (203,146,138). Sum of RGB (Red+Green+Blue) = 203+146+138=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB928A is #346D75. Grayscale: #A2A2A2. Windows color (decimal): -3435894 or 9081547. OLE color: 9081547.

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

Color convert

RGB203146138-
CMYK00.280.320.20
HSL7.38º38.46%66.86%-
HSV(B)7.38º32.02%79.61%-
XYZ39.4935.0928.74-
YUV162.13114.38157.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=41.68%
G=29.98%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314613800.280.320.207.3838.4666.86
HexCB928A01C201472643
Octal3132222120344024746103
Binary110010111001001010001010011100100000101001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB928A; }

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

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

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

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

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

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

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

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