#95476A

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

Shades of Cadillac #95476A

Tints of Cadillac #95476A

Color information

#95476A (or 0x95476A) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 6A. RGB value is (149,71,106). Sum of RGB (Red+Green+Blue) = 149+71+106=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95476A is #6AB895. Grayscale: #626262. Windows color (decimal): -6994070 or 6965141. OLE color: 6965141.

HSL color Cylindrical-coordinate representation of color #95476A: hue angle of 333.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95476A is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14971106-
CMYK00.520.290.42
HSL333.08º35.45%43.14%-
HSV(B)333.08º52.35%58.43%-
XYZ17.2511.9415.03-
YUV98.31132.34164.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=45.71%
G=21.78%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497110600.520.290.42333.0835.4543.14
Hex95476A0341D2A14d232b
Octal22510715206435525154353
Binary1001010110001111101010011010011101101010101001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95476A; }

 p { color: rgb(149,71,106); }

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

<style>
 a { background-color: #95476A; }

 a { background-color: rgb(149,71,106); }

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

<style>
 span { border-color: #95476A; }

 span { border-color: rgb(149,71,106); }

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