#CB8884

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

Shades of Oriental Pink #CB8884

Tints of Oriental Pink #CB8884

Color information

#CB8884 (or 0xCB8884) is unknown color: approx Oriental Pink. HEX triplet: CB, 88 and 84. RGB value is (203,136,132). Sum of RGB (Red+Green+Blue) = 203+136+132=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8884 is #34777B. Grayscale: #9B9B9B. Windows color (decimal): -3438460 or 8685771. OLE color: 8685771.

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

Color convert

RGB203136132-
CMYK00.330.350.20
HSL3.38º40.57%65.69%-
HSV(B)3.38º34.98%79.61%-
XYZ37.631.9726.02-
YUV155.58114.7161.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=43.10%
G=28.87%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313613200.330.350.203.3840.5765.69
HexCB8884021231432942
Octal3132102040414324351102
Binary110010111000100010000100010000110001110100111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8884; }

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

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

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

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

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

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

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

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