#95425B

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

Shades of Cadillac #95425B

Tints of Cadillac #95425B

Color information

#95425B (or 0x95425B) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 5B. RGB value is (149,66,91). Sum of RGB (Red+Green+Blue) = 149+66+91=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95425B is #6ABDA4. Grayscale: #5D5D5D. Windows color (decimal): -6995365 or 5980821. OLE color: 5980821.

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

Color convert

RGB1496691-
CMYK00.560.390.42
HSL341.93º38.6%42.16%-
HSV(B)341.93º55.7%58.43%-
XYZ16.2311.0411.17-
YUV93.67126.5167.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=48.69%
G=21.57%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149669100.560.390.42341.9338.642.16
Hex95425B038272A156272a
Octal22510213307047525264752
Binary10010101100001010110110111000100111101010101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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