Html Css Color HEX #954166 Cadillac

📋 copy color: '#954166'

red 149 ◦ green 65 ◦ blue 102

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

Shades of Cadillac #954166

Tints of Cadillac #954166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 47.15%
G = 20.57%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954166 (or 0x954166) is known color: Cadillac. HEX triplet: 95, 41 and 66. RGB value is (149,65,102). Sum of RGB (Red+Green+Blue) = 149+65+102=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #954166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954166 is #6ABE99. Grayscale: #5E5E5E. Windows color (decimal): -6995610 or 6701461. OLE color: 6701461.

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

Color convert

RGB 149 65 102 -
CMYK 0 0.56 0.32 0.42
HSL 333.57º 0.39% 0.42% -
HSV(B) 333.57º 0.56% 0.58% -
XYZ 16.68 11.13 13.84 -
YUV 94.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 149 65 102 0 0.56 0.32 0.42 333.57 0.39 0.42
Hex 95 41 66 0 38 20 2A 14E 27 2A
Octal 225 101 146 0 70 40 52 516 47 52
Binary 10010101 1000001 1100110 0 111000 100000 101010 101001110 100111 101010

Color Harmonies of #954166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954166

Black with #954166

Text Example


Text Example

White with #954166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954166; }

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

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

background-color css

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

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

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

border-color css

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

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

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