#954377

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

Shades of Cadillac #954377

Tints of Cadillac #954377

Color information

#954377 (or 0x954377) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 77. RGB value is (149,67,119). Sum of RGB (Red+Green+Blue) = 149+67+119=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954377 is #6ABC88. Grayscale: #616161. Windows color (decimal): -6995081 or 7816085. OLE color: 7816085.

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

Color convert

RGB14967119-
CMYK00.550.200.42
HSL321.95º37.96%42.35%-
HSV(B)321.95º55.03%58.43%-
XYZ17.7311.7418.78-
YUV97.45140.17164.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=44.48%
G=20%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496711900.550.200.42321.9537.9642.35
Hex954377037142A142262a
Octal22510316706724525024652
Binary1001010110000111110111011011110100101010101000010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954377; }

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

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

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

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

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

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

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

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