#C48782

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

Shades of Oriental Pink #C48782

Tints of Oriental Pink #C48782

Color information

#C48782 (or 0xC48782) is unknown color: approx Oriental Pink. HEX triplet: C4, 87 and 82. RGB value is (196,135,130). Sum of RGB (Red+Green+Blue) = 196+135+130=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48782 is #3B787D. Grayscale: #989898. Windows color (decimal): -3897470 or 8554436. OLE color: 8554436.

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

Color convert

RGB196135130-
CMYK00.310.340.23
HSL4.55º35.87%63.92%-
HSV(B)4.55º33.67%76.86%-
XYZ35.4630.6825.17-
YUV152.67115.21158.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=42.52%
G=29.28%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613513000.310.340.234.5535.8763.92
HexC4878201F221752440
Octal3042072020374227544100
Binary110001001000011110000010011111100010101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48782; }

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

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

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

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

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

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

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

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