#C3948D

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

Shades of Oriental Pink #C3948D

Tints of Oriental Pink #C3948D

Color information

#C3948D (or 0xC3948D) is unknown color: approx Oriental Pink. HEX triplet: C3, 94 and 8D. RGB value is (195,148,141). Sum of RGB (Red+Green+Blue) = 195+148+141=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3948D is #3C6B72. Grayscale: #A1A1A1. Windows color (decimal): -3959667 or 9278659. OLE color: 9278659.

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

Color convert

RGB195148141-
CMYK00.240.280.24
HSL7.78º31.03%65.88%-
HSV(B)7.78º27.69%76.47%-
XYZ37.934.7129.9-
YUV161.26116.57152.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=40.29%
G=30.58%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514814100.240.280.247.7831.0365.88
HexC3948D0181C1881f42
Octal30322421503034301037102
Binary11000011100101001000110101100011100110001000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3948D; }

 p { color: rgb(195,148,141); }

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

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

 a { background-color: rgb(195,148,141); }

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

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

 span { border-color: rgb(195,148,141); }

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