#C38382

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

Shades of Oriental Pink #C38382

Tints of Oriental Pink #C38382

Color information

#C38382 (or 0xC38382) is unknown color: approx Oriental Pink. HEX triplet: C3, 83 and 82. RGB value is (195,131,130). Sum of RGB (Red+Green+Blue) = 195+131+130=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C38382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38382 is #3C7C7D. Grayscale: #969696. Windows color (decimal): -3964030 or 8553411. OLE color: 8553411.

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

Color convert

RGB195131130-
CMYK00.330.330.24
HSL0.92º35.14%63.73%-
HSV(B)0.92º33.33%76.47%-
XYZ34.6529.4524.98-
YUV150.02116.7160.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=42.76%
G=28.73%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513113000.330.330.240.9235.1463.73
HexC38382021211812340
Octal3032032020414130143100
Binary11000011100000111000001001000011000011100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38382; }

 p { color: rgb(195,131,130); }

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

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

 a { background-color: rgb(195,131,130); }

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

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

 span { border-color: rgb(195,131,130); }

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