Html Css Color HEX #954468 Cadillac

📋 copy color: '#954468'

red 149 ◦ green 68 ◦ blue 104

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

Shades of Cadillac #954468

Tints of Cadillac #954468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 46.42%
G = 21.18%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#954468 (or 0x954468) is known color: Cadillac. HEX triplet: 95, 44 and 68. RGB value is (149,68,104). Sum of RGB (Red+Green+Blue) = 149+68+104=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954468 is #6ABB97. Grayscale: #606060. Windows color (decimal): -6994840 or 6833301. OLE color: 6833301.

HSL color Cylindrical-coordinate representation of color #954468: hue angle of 333.33º 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 #954468 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 104 -
CMYK 0 0.54 0.30 0.42
HSL 333.33º 0.37% 0.43% -
HSV(B) 333.33º 0.54% 0.58% -
XYZ 16.96 11.52 14.43 -
YUV 96.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 149 68 104 0 0.54 0.30 0.42 333.33 0.37 0.43
Hex 95 44 68 0 36 1E 2A 14D 25 2B
Octal 225 104 150 0 66 36 52 515 45 53
Binary 10010101 1000100 1101000 0 110110 11110 101010 101001101 100101 101011

Color Harmonies of #954468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954468

Black with #954468

Text Example


Text Example

White with #954468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954468; }

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

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

background-color css

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

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

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

border-color css

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

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

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