#C7938D

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

Shades of Oriental Pink #C7938D

Tints of Oriental Pink #C7938D

Color information

#C7938D (or 0xC7938D) is unknown color: approx Oriental Pink. HEX triplet: C7, 93 and 8D. RGB value is (199,147,141). Sum of RGB (Red+Green+Blue) = 199+147+141=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938D is #386C72. Grayscale: #A1A1A1. Windows color (decimal): -3697779 or 9278407. OLE color: 9278407.

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

Color convert

RGB199147141-
CMYK00.260.290.22
HSL6.21º34.12%66.67%-
HSV(B)6.21º29.15%78.04%-
XYZ38.7934.9329.9-
YUV161.86116.23154.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=40.86%
G=30.18%
B=28.95%

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
Decimal19914714100.260.290.226.2134.1266.67
HexC7938D01A1D1662243
Octal3072232150323526642103
Binary11000111100100111000110101101011101101101101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7938D; }

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

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

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

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

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

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

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

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