Html Css Color HEX #954378 Cadillac

📋 copy color: '#954378'

red 149 ◦ green 67 ◦ blue 120

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

Shades of Cadillac #954378

Tints of Cadillac #954378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 44.35%
G = 19.94%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954378 (or 0x954378) is known color: Cadillac. HEX triplet: 95, 43 and 78. RGB value is (149,67,120). Sum of RGB (Red+Green+Blue) = 149+67+120=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954378 is #6ABC87. Grayscale: #616161. Windows color (decimal): -6995080 or 7881621. OLE color: 7881621.

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

Color convert

RGB 149 67 120 -
CMYK 0 0.55 0.19 0.42
HSL 321.22º 0.38% 0.42% -
HSV(B) 321.22º 0.55% 0.58% -
XYZ 17.79 11.76 19.1 -
YUV 97.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 149 67 120 0 0.55 0.19 0.42 321.22 0.38 0.42
Hex 95 43 78 0 37 13 2A 141 26 2A
Octal 225 103 170 0 67 23 52 501 46 52
Binary 10010101 1000011 1111000 0 110111 10011 101010 101000001 100110 101010

Color Harmonies of #954378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954378

Black with #954378

Text Example


Text Example

White with #954378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954378; }

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

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

background-color css

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

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

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

border-color css

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

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

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