Html Css Color HEX #954A6C Cadillac

📋 copy color: '#954A6C'

red 149 ◦ green 74 ◦ blue 108

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

Shades of Cadillac #954A6C

Tints of Cadillac #954A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 45.02%
G = 22.36%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#954A6C (or 0x954A6C) is known color: Cadillac. HEX triplet: 95, 4A and 6C. RGB value is (149,74,108). Sum of RGB (Red+Green+Blue) = 149+74+108=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A6C is #6AB593. Grayscale: #646464. Windows color (decimal): -6993300 or 7096981. OLE color: 7096981.

HSL color Cylindrical-coordinate representation of color #954A6C: hue angle of 332.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A6C is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 108 -
CMYK 0 0.50 0.28 0.42
HSL 332.8º 0.34% 0.44% -
HSV(B) 332.8º 0.5% 0.58% -
XYZ 17.55 12.37 15.65 -
YUV 100.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 149 74 108 0 0.50 0.28 0.42 332.8 0.34 0.44
Hex 95 4A 6C 0 32 1C 2A 14D 22 2C
Octal 225 112 154 0 62 34 52 515 42 54
Binary 10010101 1001010 1101100 0 110010 11100 101010 101001101 100010 101100

Color Harmonies of #954A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A6C

Black with #954A6C

Text Example


Text Example

White with #954A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A6C; }

 p { color: rgb(149,74,108); }

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

background-color css

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

 a { background-color: rgb(149,74,108); }

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

border-color css

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

 span { border-color: rgb(149,74,108); }

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