#C88583

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

Shades of Oriental Pink #C88583

Tints of Oriental Pink #C88583

Color information

#C88583 (or 0xC88583) is unknown color: approx Oriental Pink. HEX triplet: C8, 85 and 83. RGB value is (200,133,131). Sum of RGB (Red+Green+Blue) = 200+133+131=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88583 is #377A7C. Grayscale: #989898. Windows color (decimal): -3635837 or 8619464. OLE color: 8619464.

HSL color Cylindrical-coordinate representation of color #C88583: hue angle of 1.74º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88583 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200133131-
CMYK00.340.340.22
HSL1.74º38.55%64.9%-
HSV(B)1.74º34.5%78.43%-
XYZ36.330.6925.48-
YUV152.8115.7161.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=43.10%
G=28.66%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013313100.340.340.221.7438.5564.9
HexC88583022221622741
Octal3102052030424226247101
Binary110010001000010110000011010001010001010110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88583; }

 p { color: rgb(200,133,131); }

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

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

 a { background-color: rgb(200,133,131); }

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

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

 span { border-color: rgb(200,133,131); }

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