#954267

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

Shades of Cadillac #954267

Tints of Cadillac #954267

Color information

#954267 (or 0x954267) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 67. RGB value is (149,66,103). Sum of RGB (Red+Green+Blue) = 149+66+103=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954267 is #6ABD98. Grayscale: #5E5E5E. Windows color (decimal): -6995353 or 6767253. OLE color: 6767253.

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

Color convert

RGB14966103-
CMYK00.560.310.42
HSL333.25º38.6%42.16%-
HSV(B)333.25º55.7%58.43%-
XYZ16.7911.2714.12-
YUV95.04132.5166.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=46.86%
G=20.75%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496610300.560.310.42333.2538.642.16
Hex9542670381F2A14d272a
Octal22510214707037525154752
Binary1001010110000101100111011100011111101010101001101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954267; }

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

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

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

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

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

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

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

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