Html Css Color HEX #95406D Cadillac

📋 copy color: '#95406D'

red 149 ◦ green 64 ◦ blue 109

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

Shades of Cadillac #95406D

Tints of Cadillac #95406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 46.27%
G = 19.88%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95406D (or 0x95406D) is known color: Cadillac. HEX triplet: 95, 40 and 6D. RGB value is (149,64,109). Sum of RGB (Red+Green+Blue) = 149+64+109=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95406D is #6ABF92. Grayscale: #5E5E5E. Windows color (decimal): -6995859 or 7159957. OLE color: 7159957.

HSL color Cylindrical-coordinate representation of color #95406D: hue angle of 328.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95406D is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 109 -
CMYK 0 0.57 0.27 0.42
HSL 328.24º 0.4% 0.42% -
HSV(B) 328.24º 0.57% 0.58% -
XYZ 16.99 11.16 15.73 -
YUV 94.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 149 64 109 0 0.57 0.27 0.42 328.24 0.4 0.42
Hex 95 40 6D 0 39 1B 2A 148 28 2A
Octal 225 100 155 0 71 33 52 510 50 52
Binary 10010101 1000000 1101101 0 111001 11011 101010 101001000 101000 101010

Color Harmonies of #95406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95406D

Black with #95406D

Text Example


Text Example

White with #95406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95406D; }

 p { color: rgb(149,64,109); }

 H1.HeaderClassName
 {
   color: #95406D;
 }
 .AnyTagClassName
 {
   color: #95406D;
 }
</style>

background-color css

<style>
 a { background-color: #95406D; }

 a { background-color: rgb(149,64,109); }

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

border-color css

<style>
 span { border-color: #95406D; }

 span { border-color: rgb(149,64,109); }

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