#954261

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

Shades of Cadillac #954261

Tints of Cadillac #954261

Color information

#954261 (or 0x954261) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 61. RGB value is (149,66,97). Sum of RGB (Red+Green+Blue) = 149+66+97=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #954261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954261 is #6ABD9E. Grayscale: #5E5E5E. Windows color (decimal): -6995359 or 6374037. OLE color: 6374037.

HSL color Cylindrical-coordinate representation of color #954261: hue angle of 337.59º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954261 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1496697-
CMYK00.560.350.42
HSL337.59º38.6%42.16%-
HSV(B)337.59º55.7%58.43%-
XYZ16.511.1512.59-
YUV94.35129.5166.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=47.76%
G=21.15%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149669700.560.350.42337.5938.642.16
Hex954261038232A152272a
Octal22510214107043525224752
Binary10010101100001011000010111000100011101010101010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954261; }

 p { color: rgb(149,66,97); }

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

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

 a { background-color: rgb(149,66,97); }

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

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

 span { border-color: rgb(149,66,97); }

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