#95426A

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

Shades of Cadillac #95426A

Tints of Cadillac #95426A

Color information

#95426A (or 0x95426A) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 6A. RGB value is (149,66,106). Sum of RGB (Red+Green+Blue) = 149+66+106=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426A is #6ABD95. Grayscale: #5F5F5F. Windows color (decimal): -6995350 or 6963861. OLE color: 6963861.

HSL color Cylindrical-coordinate representation of color #95426A: hue angle of 331.08º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95426A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14966106-
CMYK00.560.290.42
HSL331.08º38.6%42.16%-
HSV(B)331.08º55.7%58.43%-
XYZ16.9411.3314.93-
YUV95.38134166.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=46.42%
G=20.56%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496610600.560.290.42331.0838.642.16
Hex95426A0381D2A14b272a
Octal22510215207035525134752
Binary1001010110000101101010011100011101101010101001011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95426A; }

 p { color: rgb(149,66,106); }

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

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

 a { background-color: rgb(149,66,106); }

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

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

 span { border-color: rgb(149,66,106); }

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