#954077

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

Shades of Cadillac #954077

Tints of Cadillac #954077

Color information

#954077 (or 0x954077) is unknown color: approx Cadillac. HEX triplet: 95, 40 and 77. RGB value is (149,64,119). Sum of RGB (Red+Green+Blue) = 149+64+119=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954077 is #6ABF88. Grayscale: #5F5F5F. Windows color (decimal): -6995849 or 7815317. OLE color: 7815317.

HSL color Cylindrical-coordinate representation of color #954077: hue angle of 321.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 #954077 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14964119-
CMYK00.570.200.42
HSL321.18º39.91%41.76%-
HSV(B)321.18º57.05%58.43%-
XYZ17.5611.3918.73-
YUV95.68141.16166.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=44.88%
G=19.28%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496411900.570.200.42321.1839.9141.76
Hex954077039142A141282a
Octal22510016707124525015052
Binary1001010110000001110111011100110100101010101000001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954077; }

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

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

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

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

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

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

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

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