#954967

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

Shades of Cadillac #954967

Tints of Cadillac #954967

Color information

#954967 (or 0x954967) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 67. RGB value is (149,73,103). Sum of RGB (Red+Green+Blue) = 149+73+103=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954967 is #6AB698. Grayscale: #636363. Windows color (decimal): -6993561 or 6769045. OLE color: 6769045.

HSL color Cylindrical-coordinate representation of color #954967: hue angle of 336.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954967 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14973103-
CMYK00.510.310.42
HSL336.32º34.23%43.53%-
HSV(B)336.32º51.01%58.43%-
XYZ17.2312.1314.27-
YUV99.14130.18163.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=45.85%
G=22.46%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497310300.510.310.42336.3234.2343.53
Hex9549670331F2A150222c
Octal22511114706337525204254
Binary1001010110010011100111011001111111101010101010000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954967; }

 p { color: rgb(149,73,103); }

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

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

 a { background-color: rgb(149,73,103); }

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

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

 span { border-color: rgb(149,73,103); }

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