#C38D80

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

Shades of Oriental Pink #C38D80

Tints of Oriental Pink #C38D80

Color information

#C38D80 (or 0xC38D80) is unknown color: approx Oriental Pink. HEX triplet: C3, 8D and 80. RGB value is (195,141,128). Sum of RGB (Red+Green+Blue) = 195+141+128=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D80 is #3C727F. Grayscale: #9B9B9B. Windows color (decimal): -3961472 or 8424899. OLE color: 8424899.

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

Color convert

RGB195141128-
CMYK00.280.340.24
HSL11.64º35.83%63.33%-
HSV(B)11.64º34.36%76.47%-
XYZ35.9332.2124.75-
YUV155.66112.39156.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=42.03%
G=30.39%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514112800.280.340.2411.6435.8363.33
HexC38D8001C2218c243f
Octal3032152000344230144477
Binary110000111000110110000000011100100010110001100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D80; }

 p { color: rgb(195,141,128); }

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

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

 a { background-color: rgb(195,141,128); }

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

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

 span { border-color: rgb(195,141,128); }

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