#95436F

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

Shades of Cadillac #95436F

Tints of Cadillac #95436F

Color information

#95436F (or 0x95436F) is unknown color: approx Cadillac. HEX triplet: 95, 43 and 6F. RGB value is (149,67,111). Sum of RGB (Red+Green+Blue) = 149+67+111=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95436F is #6ABC90. Grayscale: #606060. Windows color (decimal): -6995089 or 7291797. OLE color: 7291797.

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

Color convert

RGB14967111-
CMYK00.550.260.42
HSL327.8º37.96%42.35%-
HSV(B)327.8º55.03%58.43%-
XYZ17.2711.5516.36-
YUV96.53136.17165.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=45.57%
G=20.49%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496711100.550.260.42327.837.9642.35
Hex95436F0371A2A148262a
Octal22510315706732525104652
Binary1001010110000111101111011011111010101010101001000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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