#C7948D

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

Shades of Oriental Pink #C7948D

Tints of Oriental Pink #C7948D

Color information

#C7948D (or 0xC7948D) is unknown color: approx Oriental Pink. HEX triplet: C7, 94 and 8D. RGB value is (199,148,141). Sum of RGB (Red+Green+Blue) = 199+148+141=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948D is #386B72. Grayscale: #A2A2A2. Windows color (decimal): -3697523 or 9278663. OLE color: 9278663.

HSL color Cylindrical-coordinate representation of color #C7948D: hue angle of 7.24º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7948D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199148141-
CMYK00.260.290.22
HSL7.24º34.12%66.67%-
HSV(B)7.24º29.15%78.04%-
XYZ38.9535.2529.95-
YUV162.45115.9154.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=40.78%
G=30.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914814100.260.290.227.2434.1266.67
HexC7948D01A1D1672243
Octal3072242150323526742103
Binary11000111100101001000110101101011101101101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7948D; }

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

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

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

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

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

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

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

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