#95435C

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

Shades of Cadillac #95435C

Tints of Cadillac #95435C

Color information

#95435C (or 0x95435C) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 5C. RGB value is (149,67,92). Sum of RGB (Red+Green+Blue) = 149+67+92=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435C is #6ABCA3. Grayscale: #5E5E5E. Windows color (decimal): -6995108 or 6046613. OLE color: 6046613.

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

Color convert

RGB1496792-
CMYK00.550.380.42
HSL341.71º37.96%42.35%-
HSV(B)341.71º55.03%58.43%-
XYZ16.3311.1811.42-
YUV94.37126.67166.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=48.38%
G=21.75%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149679200.550.380.42341.7137.9642.35
Hex95435C037262A156262a
Octal22510313406746525264652
Binary10010101100001110111000110111100110101010101010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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