#9F4E67

Color #9F4E67 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9F4E67

Tints of Cadillac #9F4E67

Color information

#9F4E67 (or 0x9F4E67) is unknown color: approx Cadillac. HEX triplet: 9F, 4E and 67. RGB value is (159,78,103). Sum of RGB (Red+Green+Blue) = 159+78+103=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E67 is #60B198. Grayscale: #696969. Windows color (decimal): -6336921 or 6770335. OLE color: 6770335.

HSL color Cylindrical-coordinate representation of color #9F4E67: hue angle of 341.48º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E67 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15978103-
CMYK00.510.350.38
HSL341.48º34.18%46.47%-
HSV(B)341.48º50.94%62.35%-
XYZ19.4713.814.47-
YUV105.07126.84166.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=46.76%
G=22.94%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597810300.510.350.38341.4834.1846.47
Hex9F4E670332326155222e
Octal23711614706343465254256
Binary10011111100111011001110110011100011100110101010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4E67; }

 p { color: rgb(159,78,103); }

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

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

 a { background-color: rgb(159,78,103); }

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

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

 span { border-color: rgb(159,78,103); }

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