Html Css Color HEX #944176 Cadillac

📋 copy color: '#944176'

red 148 ◦ green 65 ◦ blue 118

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

Shades of Cadillac #944176

Tints of Cadillac #944176

RGB

 RED value IS 148 (58.2% from 255) = 44.71%

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

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 44.71%
G = 19.64%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#944176 (or 0x944176) is known color: Cadillac. HEX triplet: 94, 41 and 76. RGB value is (148,65,118). Sum of RGB (Red+Green+Blue) = 148+65+118=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944176 is #6BBE89. Grayscale: #5F5F5F. Windows color (decimal): -7061130 or 7750036. OLE color: 7750036.

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

Color convert

RGB 148 65 118 -
CMYK 0 0.56 0.20 0.42
HSL 321.69º 0.39% 0.42% -
HSV(B) 321.69º 0.56% 0.58% -
XYZ 17.37 11.38 18.42 -
YUV 95.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 148 65 118 0 0.56 0.20 0.42 321.69 0.39 0.42
Hex 94 41 76 0 38 14 2A 142 27 2A
Octal 224 101 166 0 70 24 52 502 47 52
Binary 10010100 1000001 1110110 0 111000 10100 101010 101000010 100111 101010

Color Harmonies of #944176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944176

Black with #944176

Text Example


Text Example

White with #944176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944176; }

 p { color: rgb(148,65,118); }

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

background-color css

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

 a { background-color: rgb(148,65,118); }

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

border-color css

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

 span { border-color: rgb(148,65,118); }

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