#C08383

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

Shades of Oriental Pink #C08383

Tints of Oriental Pink #C08383

Color information

#C08383 (or 0xC08383) is unknown color: approx Oriental Pink. HEX triplet: C0, 83 and 83. RGB value is (192,131,131). Sum of RGB (Red+Green+Blue) = 192+131+131=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C08383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08383 is #3F7C7C. Grayscale: #959595. Windows color (decimal): -4160637 or 8618944. OLE color: 8618944.

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

Color convert

RGB192131131-
CMYK00.320.320.25
HSL32.62%63.33%-
HSV(B)31.77%75.29%-
XYZ33.9529.0825.3-
YUV149.24117.71158.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=42.29%
G=28.85%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213113100.320.320.25032.6263.33
HexC0838302020190213f
Octal300203203040403104177
Binary1100000010000011100000110100000100000110010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08383; }

 p { color: rgb(192,131,131); }

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

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

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

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

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

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

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