#964174

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

Shades of Cadillac #964174

Tints of Cadillac #964174

Color information

#964174 (or 0x964174) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 74. RGB value is (150,65,116). Sum of RGB (Red+Green+Blue) = 150+65+116=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #964174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964174 is #69BE8B. Grayscale: #606060. Windows color (decimal): -6930060 or 7618966. OLE color: 7618966.

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

Color convert

RGB15065116-
CMYK00.570.230.41
HSL324º39.53%42.16%-
HSV(B)324º56.67%58.82%-
XYZ17.6211.5317.82-
YUV96.23139.16166.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=45.32%
G=19.64%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506511600.570.230.4132439.5342.16
Hex9641740391729144282a
Octal22610116407127515045052
Binary1001011010000011110100011100110111101001101000100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964174; }

 p { color: rgb(150,65,116); }

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

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

 a { background-color: rgb(150,65,116); }

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

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

 span { border-color: rgb(150,65,116); }

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