#C38884

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

Shades of Oriental Pink #C38884

Tints of Oriental Pink #C38884

Color information

#C38884 (or 0xC38884) is unknown color: approx Oriental Pink. HEX triplet: C3, 88 and 84. RGB value is (195,136,132). Sum of RGB (Red+Green+Blue) = 195+136+132=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38884 is #3C777B. Grayscale: #999999. Windows color (decimal): -3962748 or 8685763. OLE color: 8685763.

HSL color Cylindrical-coordinate representation of color #C38884: hue angle of 3.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38884 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195136132-
CMYK00.300.320.24
HSL3.81º34.43%64.12%-
HSV(B)3.81º32.31%76.47%-
XYZ35.4730.8825.92-
YUV153.18116.05157.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=42.12%
G=29.37%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513613200.300.320.243.8134.4364.12
HexC3888401E201842240
Octal3032102040364030442100
Binary110000111000100010000100011110100000110001001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38884; }

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

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

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

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

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

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

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

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