#CB908B

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

Shades of Oriental Pink #CB908B

Tints of Oriental Pink #CB908B

Color information

#CB908B (or 0xCB908B) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 8B. RGB value is (203,144,139). Sum of RGB (Red+Green+Blue) = 203+144+139=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908B is #346F74. Grayscale: #A1A1A1. Windows color (decimal): -3436405 or 9146571. OLE color: 9146571.

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

Color convert

RGB203144139-
CMYK00.290.320.20
HSL4.69º38.1%67.06%-
HSV(B)4.69º31.53%79.61%-
XYZ39.2634.5129.02-
YUV161.07115.55157.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=41.77%
G=29.63%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314413900.290.320.204.6938.167.06
HexCB908B01D201452643
Octal3132202130354024546103
Binary110010111001000010001011011101100000101001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB908B; }

 p { color: rgb(203,144,139); }

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

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

 a { background-color: rgb(203,144,139); }

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

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

 span { border-color: rgb(203,144,139); }

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