#95435F

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

Shades of Cadillac #95435F

Tints of Cadillac #95435F

Color information

#95435F (or 0x95435F) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 5F. RGB value is (149,67,95). Sum of RGB (Red+Green+Blue) = 149+67+95=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435F is #6ABCA0. Grayscale: #5E5E5E. Windows color (decimal): -6995105 or 6243221. OLE color: 6243221.

HSL color Cylindrical-coordinate representation of color #95435F: hue angle of 339.51º 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 #95435F is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1496795-
CMYK00.550.360.42
HSL339.51º37.96%42.35%-
HSV(B)339.51º55.03%58.43%-
XYZ16.4711.2312.13-
YUV94.71128.17166.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=47.91%
G=21.54%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149679500.550.360.42339.5137.9642.35
Hex95435F037242A154262a
Octal22510313706744525244652
Binary10010101100001110111110110111100100101010101010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95435F; }

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

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

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

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

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

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

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

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