Html Css Color HEX #954466 Cadillac

📋 copy color: '#954466'

red 149 ◦ green 68 ◦ blue 102

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

Shades of Cadillac #954466

Tints of Cadillac #954466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 46.71%
G = 21.32%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954466 (or 0x954466) is known color: Cadillac. HEX triplet: 95, 44 and 66. RGB value is (149,68,102). Sum of RGB (Red+Green+Blue) = 149+68+102=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954466 is #6ABB99. Grayscale: #606060. Windows color (decimal): -6994842 or 6702229. OLE color: 6702229.

HSL color Cylindrical-coordinate representation of color #954466: hue angle of 334.81º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954466 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 102 -
CMYK 0 0.54 0.32 0.42
HSL 334.81º 0.37% 0.43% -
HSV(B) 334.81º 0.54% 0.58% -
XYZ 16.86 11.48 13.9 -
YUV 96.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 149 68 102 0 0.54 0.32 0.42 334.81 0.37 0.43
Hex 95 44 66 0 36 20 2A 14F 25 2B
Octal 225 104 146 0 66 40 52 517 45 53
Binary 10010101 1000100 1100110 0 110110 100000 101010 101001111 100101 101011

Color Harmonies of #954466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954466

Black with #954466

Text Example


Text Example

White with #954466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954466; }

 p { color: rgb(149,68,102); }

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

background-color css

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

 a { background-color: rgb(149,68,102); }

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

border-color css

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

 span { border-color: rgb(149,68,102); }

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