#954368

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

Shades of Cadillac #954368

Tints of Cadillac #954368

Color information

#954368 (or 0x954368) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 68. RGB value is (149,67,104). Sum of RGB (Red+Green+Blue) = 149+67+104=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954368 is #6ABC97. Grayscale: #5F5F5F. Windows color (decimal): -6995096 or 6833045. OLE color: 6833045.

HSL color Cylindrical-coordinate representation of color #954368: hue angle of 332.93º 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 #954368 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14967104-
CMYK00.550.300.42
HSL332.93º37.96%42.35%-
HSV(B)332.93º55.03%58.43%-
XYZ16.911.414.41-
YUV95.74132.67165.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=46.56%
G=20.94%
B=32.5%

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
Decimal1496710400.550.300.42332.9337.9642.35
Hex9543680371E2A14d262a
Octal22510315006736525154652
Binary1001010110000111101000011011111110101010101001101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954368; }

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

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

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

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

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

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

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

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