#95425C

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

Shades of Cadillac #95425C

Tints of Cadillac #95425C

Color information

#95425C (or 0x95425C) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 5C. RGB value is (149,66,92). Sum of RGB (Red+Green+Blue) = 149+66+92=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95425C is #6ABDA3. Grayscale: #5D5D5D. Windows color (decimal): -6995364 or 6046357. OLE color: 6046357.

HSL color Cylindrical-coordinate representation of color #95425C: hue angle of 341.2º 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 #95425C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1496692-
CMYK00.560.380.42
HSL341.2º38.6%42.16%-
HSV(B)341.2º55.7%58.43%-
XYZ16.2711.0611.4-
YUV93.78127167.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=48.53%
G=21.50%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149669200.560.380.42341.238.642.16
Hex95425C038262A155272a
Octal22510213407046525254752
Binary10010101100001010111000111000100110101010101010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95425C; }

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

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

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

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

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

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

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

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