#954066

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

Shades of Cadillac #954066

Tints of Cadillac #954066

Color information

#954066 (or 0x954066) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 66. RGB value is (149,64,102). Sum of RGB (Red+Green+Blue) = 149+64+102=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #954066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954066 is #6ABF99. Grayscale: #5D5D5D. Windows color (decimal): -6995866 or 6701205. OLE color: 6701205.

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

Color convert

RGB14964102-
CMYK00.570.320.42
HSL333.18º39.91%41.76%-
HSV(B)333.18º57.05%58.43%-
XYZ16.6311.0213.82-
YUV93.75132.66167.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=47.30%
G=20.32%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496410200.570.320.42333.1839.9141.76
Hex954066039202A14d282a
Octal22510014607140525155052
Binary10010101100000011001100111001100000101010101001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954066; }

 p { color: rgb(149,64,102); }

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

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

 a { background-color: rgb(149,64,102); }

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

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

 span { border-color: rgb(149,64,102); }

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