#954367

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

Shades of Cadillac #954367

Tints of Cadillac #954367

Color information

#954367 (or 0x954367) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 67. RGB value is (149,67,103). Sum of RGB (Red+Green+Blue) = 149+67+103=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954367 is #6ABC98. Grayscale: #5F5F5F. Windows color (decimal): -6995097 or 6767509. OLE color: 6767509.

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

Color convert

RGB14967103-
CMYK00.550.310.42
HSL333.66º37.96%42.35%-
HSV(B)333.66º55.03%58.43%-
XYZ16.8511.3814.14-
YUV95.62132.17166.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=46.71%
G=21.00%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496710300.550.310.42333.6637.9642.35
Hex9543670371F2A14e262a
Octal22510314706737525164652
Binary1001010110000111100111011011111111101010101001110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954367; }

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

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

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

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

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

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

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

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