Html Css Color HEX #954278 Cadillac

📋 copy color: '#954278'

red 149 ◦ green 66 ◦ blue 120

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

Shades of Cadillac #954278

Tints of Cadillac #954278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 44.48%
G = 19.7%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954278 (or 0x954278) is known color: Cadillac. HEX triplet: 95, 42 and 78. RGB value is (149,66,120). Sum of RGB (Red+Green+Blue) = 149+66+120=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954278 is #6ABD87. Grayscale: #606060. Windows color (decimal): -6995336 or 7881365. OLE color: 7881365.

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

Color convert

RGB 149 66 120 -
CMYK 0 0.56 0.19 0.42
HSL 320.96º 0.39% 0.42% -
HSV(B) 320.96º 0.56% 0.58% -
XYZ 17.73 11.64 19.08 -
YUV 96.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 149 66 120 0 0.56 0.19 0.42 320.96 0.39 0.42
Hex 95 42 78 0 38 13 2A 141 27 2A
Octal 225 102 170 0 70 23 52 501 47 52
Binary 10010101 1000010 1111000 0 111000 10011 101010 101000001 100111 101010

Color Harmonies of #954278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954278

Black with #954278

Text Example


Text Example

White with #954278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954278; }

 p { color: rgb(149,66,120); }

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

background-color css

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

 a { background-color: rgb(149,66,120); }

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

border-color css

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

 span { border-color: rgb(149,66,120); }

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