#CB908F

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

Shades of Oriental Pink #CB908F

Tints of Oriental Pink #CB908F

Color information

#CB908F (or 0xCB908F) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 8F. RGB value is (203,144,143). Sum of RGB (Red+Green+Blue) = 203+144+143=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908F is #346F70. Grayscale: #A1A1A1. Windows color (decimal): -3436401 or 9408715. OLE color: 9408715.

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

Color convert

RGB203144143-
CMYK00.290.300.20
HSL36.59%67.84%-
HSV(B)29.56%79.61%-
XYZ39.5634.6330.59-
YUV161.53117.55157.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=41.43%
G=29.39%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314414300.290.300.20136.5967.84
HexCB908F01D1E1412544
Octal3132202170353624145104
Binary110010111001000010001111011101111101010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB908F; }

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

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

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

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

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

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

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

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