#953869

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

Shades of Cadillac #953869

Tints of Cadillac #953869

Color information

#953869 (or 0x953869) is unknown color: approx Cadillac. HEX triplet: 95, 38 and 69. RGB value is (149,56,105). Sum of RGB (Red+Green+Blue) = 149+56+105=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #953869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953869 is #6AC796. Grayscale: #595959. Windows color (decimal): -6997911 or 6895765. OLE color: 6895765.

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

Color convert

RGB14956105-
CMYK00.620.300.42
HSL328.39º45.37%40.2%-
HSV(B)328.39º62.42%58.43%-
XYZ16.3610.2414.48-
YUV89.39136.81170.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=48.06%
G=18.06%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495610500.620.300.42328.3945.3740.2
Hex95386903E1E2A1482d28
Octal2257015107636525105550
Binary100101011110001101001011111011110101010101001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953869; }

 p { color: rgb(149,56,105); }

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

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

 a { background-color: rgb(149,56,105); }

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

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

 span { border-color: rgb(149,56,105); }

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