Html Css Color HEX #95496F Cadillac

📋 copy color: '#95496F'

red 149 ◦ green 73 ◦ blue 111

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

Shades of Cadillac #95496F

Tints of Cadillac #95496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 44.74%
G = 21.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95496F (or 0x95496F) is known color: Cadillac. HEX triplet: 95, 49 and 6F. RGB value is (149,73,111). Sum of RGB (Red+Green+Blue) = 149+73+111=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #95496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95496F is #6AB690. Grayscale: #636363. Windows color (decimal): -6993553 or 7293333. OLE color: 7293333.

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

Color convert

RGB 149 73 111 -
CMYK 0 0.51 0.26 0.42
HSL 330º 0.34% 0.44% -
HSV(B) 330º 0.51% 0.58% -
XYZ 17.65 12.3 16.48 -
YUV 100.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 149 73 111 0 0.51 0.26 0.42 330 0.34 0.44
Hex 95 49 6F 0 33 1A 2A 14A 22 2C
Octal 225 111 157 0 63 32 52 512 42 54
Binary 10010101 1001001 1101111 0 110011 11010 101010 101001010 100010 101100

Color Harmonies of #95496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95496F

Black with #95496F

Text Example


Text Example

White with #95496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95496F;
 }
 .AnyTagClassName
 {
   color: #95496F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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