Html Css Color HEX #95495B Cadillac

📋 copy color: '#95495B'

red 149 ◦ green 73 ◦ blue 91

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

Shades of Cadillac #95495B

Tints of Cadillac #95495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 47.6%
G = 23.32%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95495B (or 0x95495B) is known color: Cadillac. HEX triplet: 95, 49 and 5B. RGB value is (149,73,91). Sum of RGB (Red+Green+Blue) = 149+73+91=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95495B is #6AB6A4. Grayscale: #616161. Windows color (decimal): -6993573 or 5982613. OLE color: 5982613.

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

Color convert

RGB 149 73 91 -
CMYK 0 0.51 0.39 0.42
HSL 345.79º 0.34% 0.44% -
HSV(B) 345.79º 0.51% 0.58% -
XYZ 16.67 11.91 11.32 -
YUV 97.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 149 73 91 0 0.51 0.39 0.42 345.79 0.34 0.44
Hex 95 49 5B 0 33 27 2A 15A 22 2C
Octal 225 111 133 0 63 47 52 532 42 54
Binary 10010101 1001001 1011011 0 110011 100111 101010 101011010 100010 101100

Color Harmonies of #95495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95495B

Black with #95495B

Text Example


Text Example

White with #95495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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