#C48282

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

Shades of Oriental Pink #C48282

Tints of Oriental Pink #C48282

Color information

#C48282 (or 0xC48282) is unknown color: approx Oriental Pink. HEX triplet: C4, 82 and 82. RGB value is (196,130,130). Sum of RGB (Red+Green+Blue) = 196+130+130=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48282 is #3B7D7D. Grayscale: #959595. Windows color (decimal): -3898750 or 8553156. OLE color: 8553156.

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

Color convert

RGB196130130-
CMYK00.340.340.23
HSL35.87%63.92%-
HSV(B)33.67%76.86%-
XYZ34.7829.3124.94-
YUV149.73116.87161-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=42.98%
G=28.51%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613013000.340.340.23035.8763.92
HexC48282022221702440
Octal3042022020424227044100
Binary11000100100000101000001001000101000101011101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48282; }

 p { color: rgb(196,130,130); }

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

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

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

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

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

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

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