#C7817D

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

Shades of Oriental Pink #C7817D

Tints of Oriental Pink #C7817D

Color information

#C7817D (or 0xC7817D) is unknown color: approx Oriental Pink. HEX triplet: C7, 81 and 7D. RGB value is (199,129,125). Sum of RGB (Red+Green+Blue) = 199+129+125=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7817D is #387E82. Grayscale: #959595. Windows color (decimal): -3702403 or 8225223. OLE color: 8225223.

HSL color Cylindrical-coordinate representation of color #C7817D: hue angle of 3.24º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7817D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB199129125-
CMYK00.350.370.22
HSL3.24º39.78%63.53%-
HSV(B)3.24º37.19%78.04%-
XYZ35.1129.3223.21-
YUV149.47114.19163.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=43.93%
G=28.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912912500.350.370.223.2439.7863.53
HexC7817D023251632840
Octal3072011750434526350100
Binary11000111100000011111101010001110010110110111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7817D; }

 p { color: rgb(199,129,125); }

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

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

 a { background-color: rgb(199,129,125); }

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

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

 span { border-color: rgb(199,129,125); }

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