#C4817D

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

Shades of Oriental Pink #C4817D

Tints of Oriental Pink #C4817D

Color information

#C4817D (or 0xC4817D) is unknown color: approx Oriental Pink. HEX triplet: C4, 81 and 7D. RGB value is (196,129,125). Sum of RGB (Red+Green+Blue) = 196+129+125=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4817D is #3B7E82. Grayscale: #949494. Windows color (decimal): -3899011 or 8225220. OLE color: 8225220.

HSL color Cylindrical-coordinate representation of color #C4817D: hue angle of 3.38º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4817D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196129125-
CMYK00.340.360.23
HSL3.38º37.57%62.94%-
HSV(B)3.38º36.22%76.86%-
XYZ34.3228.9223.17-
YUV148.58114.7161.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 125 (49.22% from 255) = 27.78%
R=43.56%
G=28.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612912500.340.360.233.3837.5762.94
HexC4817D02224173263f
Octal304201175042442734677
Binary1100010010000001111110101000101001001011111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4817D; }

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

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

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

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

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

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

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

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