#C88983

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

Shades of Oriental Pink #C88983

Tints of Oriental Pink #C88983

Color information

#C88983 (or 0xC88983) is unknown color: approx Oriental Pink. HEX triplet: C8, 89 and 83. RGB value is (200,137,131). Sum of RGB (Red+Green+Blue) = 200+137+131=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88983 is #37767C. Grayscale: #9B9B9B. Windows color (decimal): -3634813 or 8620488. OLE color: 8620488.

HSL color Cylindrical-coordinate representation of color #C88983: hue angle of 5.22º 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 #C88983 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200137131-
CMYK00.320.340.22
HSL5.22º38.55%64.9%-
HSV(B)5.22º34.5%78.43%-
XYZ36.8631.8125.67-
YUV155.15114.37159.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=42.74%
G=29.27%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013713100.320.340.225.2238.5564.9
HexC88983020221652741
Octal3102112030404226547101
Binary1100100010001001100000110100000100010101101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88983; }

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

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

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

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

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

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

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

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