#C39691

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

Shades of Oriental Pink #C39691

Tints of Oriental Pink #C39691

Color information

#C39691 (or 0xC39691) is unknown color: approx Oriental Pink. HEX triplet: C3, 96 and 91. RGB value is (195,150,145). Sum of RGB (Red+Green+Blue) = 195+150+145=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C39691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39691 is #3C696E. Grayscale: #A2A2A2. Windows color (decimal): -3959151 or 9541315. OLE color: 9541315.

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

Color convert

RGB195150145-
CMYK00.230.260.24
HSL29.41%66.67%-
HSV(B)25.64%76.47%-
XYZ38.5235.4631.6-
YUV162.88117.91150.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=39.80%
G=30.61%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515014500.230.260.24629.4166.67
HexC396910171A1861d43
Octal3032262210273230635103
Binary1100001110010110100100010101111101011000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39691; }

 p { color: rgb(195,150,145); }

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

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

 a { background-color: rgb(195,150,145); }

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

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

 span { border-color: rgb(195,150,145); }

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