#C28383

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

Shades of Oriental Pink #C28383

Tints of Oriental Pink #C28383

Color information

#C28383 (or 0xC28383) is unknown color: approx Oriental Pink. HEX triplet: C2, 83 and 83. RGB value is (194,131,131). Sum of RGB (Red+Green+Blue) = 194+131+131=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C28383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28383 is #3D7C7C. Grayscale: #959595. Windows color (decimal): -4029565 or 8618946. OLE color: 8618946.

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

Color convert

RGB194131131-
CMYK00.320.320.24
HSL34.05%63.73%-
HSV(B)32.47%76.08%-
XYZ34.4629.3425.32-
YUV149.84117.37159.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=42.54%
G=28.73%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413113100.320.320.24034.0563.73
HexC28383020201802240
Octal3022032030404030042100
Binary11000010100000111000001101000001000001100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28383; }

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

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

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

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

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

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

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

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