#954676

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

Shades of Cadillac #954676

Tints of Cadillac #954676

Color information

#954676 (or 0x954676) is unknown color: approx Cadillac. HEX triplet: 95, 46 and 76. RGB value is (149,70,118). Sum of RGB (Red+Green+Blue) = 149+70+118=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954676 is #6AB989. Grayscale: #626262. Windows color (decimal): -6994314 or 7751317. OLE color: 7751317.

HSL color Cylindrical-coordinate representation of color #954676: hue angle of 323.54º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954676 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14970118-
CMYK00.530.210.42
HSL323.54º36.07%42.94%-
HSV(B)323.54º53.02%58.43%-
XYZ17.8512.0818.53-
YUV99.09138.67163.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=44.21%
G=20.77%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497011800.530.210.42323.5436.0742.94
Hex954676035152A144242b
Octal22510616606525525044453
Binary1001010110001101110110011010110101101010101000100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954676; }

 p { color: rgb(149,70,118); }

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

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

 a { background-color: rgb(149,70,118); }

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

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

 span { border-color: rgb(149,70,118); }

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