Html Css Color HEX #944261 Cadillac

📋 copy color: '#944261'

red 148 ◦ green 66 ◦ blue 97

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

Shades of Cadillac #944261

Tints of Cadillac #944261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 47.59%
G = 21.22%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#944261 (or 0x944261) is known color: Cadillac. HEX triplet: 94, 42 and 61. RGB value is (148,66,97). Sum of RGB (Red+Green+Blue) = 148+66+97=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #944261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944261 is #6BBD9E. Grayscale: #5E5E5E. Windows color (decimal): -7060895 or 6374036. OLE color: 6374036.

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

Color convert

RGB 148 66 97 -
CMYK 0 0.55 0.34 0.42
HSL 337.32º 0.38% 0.42% -
HSV(B) 337.32º 0.55% 0.58% -
XYZ 16.32 11.06 12.58 -
YUV 94.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 148 66 97 0 0.55 0.34 0.42 337.32 0.38 0.42
Hex 94 42 61 0 37 22 2A 151 26 2A
Octal 224 102 141 0 67 42 52 521 46 52
Binary 10010100 1000010 1100001 0 110111 100010 101010 101010001 100110 101010

Color Harmonies of #944261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944261

Black with #944261

Text Example


Text Example

White with #944261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944261; }

 p { color: rgb(148,66,97); }

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

background-color css

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

 a { background-color: rgb(148,66,97); }

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

border-color css

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

 span { border-color: rgb(148,66,97); }

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