#C7908E

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

Shades of Oriental Pink #C7908E

Tints of Oriental Pink #C7908E

Color information

#C7908E (or 0xC7908E) is unknown color: approx Oriental Pink. HEX triplet: C7, 90 and 8E. RGB value is (199,144,142). Sum of RGB (Red+Green+Blue) = 199+144+142=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7908E is #386F71. Grayscale: #A0A0A0. Windows color (decimal): -3698546 or 9343175. OLE color: 9343175.

HSL color Cylindrical-coordinate representation of color #C7908E: hue angle of 2.11º 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 #C7908E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199144142-
CMYK00.280.290.22
HSL2.11º33.73%66.86%-
HSV(B)2.11º28.64%78.04%-
XYZ38.4134.0430.14-
YUV160.22117.72155.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=41.03%
G=29.69%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914414200.280.290.222.1133.7366.86
HexC7908E01C1D1622243
Octal3072202160343526242103
Binary1100011110010000100011100111001110110110101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7908E; }

 p { color: rgb(199,144,142); }

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

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

 a { background-color: rgb(199,144,142); }

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

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

 span { border-color: rgb(199,144,142); }

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