#CB8885

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

Shades of Oriental Pink #CB8885

Tints of Oriental Pink #CB8885

Color information

#CB8885 (or 0xCB8885) is unknown color: approx Oriental Pink. HEX triplet: CB, 88 and 85. RGB value is (203,136,133). Sum of RGB (Red+Green+Blue) = 203+136+133=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8885 is #34777A. Grayscale: #9B9B9B. Windows color (decimal): -3438459 or 8751307. OLE color: 8751307.

HSL color Cylindrical-coordinate representation of color #CB8885: hue angle of 2.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8885 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203136133-
CMYK00.330.340.20
HSL2.57º40.23%65.88%-
HSV(B)2.57º34.48%79.61%-
XYZ37.673226.38-
YUV155.69115.2161.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=43.01%
G=28.81%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313613300.330.340.202.5740.2365.88
HexCB8885021221432842
Octal3132102050414224350102
Binary110010111000100010000101010000110001010100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8885; }

 p { color: rgb(203,136,133); }

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

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

 a { background-color: rgb(203,136,133); }

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

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

 span { border-color: rgb(203,136,133); }

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