#C08D84

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

Shades of Oriental Pink #C08D84

Tints of Oriental Pink #C08D84

Color information

#C08D84 (or 0xC08D84) is unknown color: approx Oriental Pink. HEX triplet: C0, 8D and 84. RGB value is (192,141,132). Sum of RGB (Red+Green+Blue) = 192+141+132=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D84 is #3F727B. Grayscale: #9B9B9B. Windows color (decimal): -4158076 or 8687040. OLE color: 8687040.

HSL color Cylindrical-coordinate representation of color #C08D84: hue angle of 9º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08D84 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192141132-
CMYK00.270.310.25
HSL32.26%63.53%-
HSV(B)31.25%75.29%-
XYZ35.4331.9226.12-
YUV155.22114.9154.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=41.29%
G=30.32%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214113200.270.310.25932.2663.53
HexC08D8401B1F1992040
Octal30021520403337311140100
Binary110000001000110110000100011011111111100110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D84; }

 p { color: rgb(192,141,132); }

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

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

 a { background-color: rgb(192,141,132); }

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

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

 span { border-color: rgb(192,141,132); }

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