#CB8C83

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

Shades of Oriental Pink #CB8C83

Tints of Oriental Pink #CB8C83

Color information

#CB8C83 (or 0xCB8C83) is unknown color: approx Oriental Pink. HEX triplet: CB, 8C and 83. RGB value is (203,140,131). Sum of RGB (Red+Green+Blue) = 203+140+131=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C83 is #34737C. Grayscale: #9D9D9D. Windows color (decimal): -3437437 or 8621259. OLE color: 8621259.

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

Color convert

RGB203140131-
CMYK00.310.350.20
HSL7.5º40.91%65.49%-
HSV(B)7.5º35.47%79.61%-
XYZ38.133.0925.85-
YUV157.81112.87160.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=42.83%
G=29.54%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314013100.310.350.207.540.9165.49
HexCB8C8301F231482941
Octal31321420303743241051101
Binary1100101110001100100000110111111000111010010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C83; }

 p { color: rgb(203,140,131); }

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

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

 a { background-color: rgb(203,140,131); }

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

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

 span { border-color: rgb(203,140,131); }

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