#CB908D

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

Shades of Oriental Pink #CB908D

Tints of Oriental Pink #CB908D

Color information

#CB908D (or 0xCB908D) is unknown color: approx Oriental Pink. HEX triplet: CB, 90 and 8D. RGB value is (203,144,141). Sum of RGB (Red+Green+Blue) = 203+144+141=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908D is #346F72. Grayscale: #A1A1A1. Windows color (decimal): -3436403 or 9277643. OLE color: 9277643.

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

Color convert

RGB203144141-
CMYK00.290.310.20
HSL2.9º37.35%67.45%-
HSV(B)2.9º30.54%79.61%-
XYZ39.4134.5729.79-
YUV161.3116.55157.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=41.60%
G=29.51%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314414100.290.310.202.937.3567.45
HexCB908D01D1F1432543
Octal3132202150353724345103
Binary1100101110010000100011010111011111110100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB908D; }

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

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

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

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

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

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

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

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