Html Css Color HEX #95495E Cadillac

📋 copy color: '#95495E'

red 149 ◦ green 73 ◦ blue 94

#95495E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #95495E

Tints of Cadillac #95495E

RGB

 RED value IS 149 (58.59% from 255) = 47.15%

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 47.15%
G = 23.1%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95495E (or 0x95495E) is known color: Cadillac. HEX triplet: 95, 49 and 5E. RGB value is (149,73,94). Sum of RGB (Red+Green+Blue) = 149+73+94=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95495E is #6AB6A1. Grayscale: #626262. Windows color (decimal): -6993570 or 6179221. OLE color: 6179221.

HSL color Cylindrical-coordinate representation of color #95495E: hue angle of 343.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95495E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 94 -
CMYK 0 0.51 0.37 0.42
HSL 343.42º 0.34% 0.44% -
HSV(B) 343.42º 0.51% 0.58% -
XYZ 16.8 11.96 12.01 -
YUV 98.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 149 73 94 0 0.51 0.37 0.42 343.42 0.34 0.44
Hex 95 49 5E 0 33 25 2A 157 22 2C
Octal 225 111 136 0 63 45 52 527 42 54
Binary 10010101 1001001 1011110 0 110011 100101 101010 101010111 100010 101100

Color Harmonies of #95495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95495E

Black with #95495E

Text Example


Text Example

White with #95495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95495E; }

 p { color: rgb(149,73,94); }

 H1.HeaderClassName
 {
   color: #95495E;
 }
 .AnyTagClassName
 {
   color: #95495E;
 }
</style>

background-color css

<style>
 a { background-color: #95495E; }

 a { background-color: rgb(149,73,94); }

 div.DivClassName
 {
   background-color: #95495E;
 }
 .BgClassName
 {
   background-color: #95495E;
 }
</style>

border-color css

<style>
 span { border-color: #95495E; }

 span { border-color: rgb(149,73,94); }

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