#954369

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

Shades of Cadillac #954369

Tints of Cadillac #954369

Color information

#954369 (or 0x954369) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 69. RGB value is (149,67,105). Sum of RGB (Red+Green+Blue) = 149+67+105=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954369 is #6ABC96. Grayscale: #5F5F5F. Windows color (decimal): -6995095 or 6898581. OLE color: 6898581.

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

Color convert

RGB14967105-
CMYK00.550.300.42
HSL332.2º37.96%42.35%-
HSV(B)332.2º55.03%58.43%-
XYZ16.9511.4214.68-
YUV95.85133.17165.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=46.42%
G=20.87%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496710500.550.300.42332.237.9642.35
Hex9543690371E2A14c262a
Octal22510315106736525144652
Binary1001010110000111101001011011111110101010101001100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954369; }

 p { color: rgb(149,67,105); }

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

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

 a { background-color: rgb(149,67,105); }

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

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

 span { border-color: rgb(149,67,105); }

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