Html Css Color HEX #944366 Cadillac

📋 copy color: '#944366'

red 148 ◦ green 67 ◦ blue 102

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

Shades of Cadillac #944366

Tints of Cadillac #944366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 46.69%
G = 21.14%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#944366 (or 0x944366) is known color: Cadillac. HEX triplet: 94, 43 and 66. RGB value is (148,67,102). Sum of RGB (Red+Green+Blue) = 148+67+102=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #944366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944366 is #6BBC99. Grayscale: #5F5F5F. Windows color (decimal): -7060634 or 6701972. OLE color: 6701972.

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

Color convert

RGB 148 67 102 -
CMYK 0 0.55 0.31 0.42
HSL 334.07º 0.38% 0.42% -
HSV(B) 334.07º 0.55% 0.58% -
XYZ 16.62 11.27 13.87 -
YUV 95.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 148 67 102 0 0.55 0.31 0.42 334.07 0.38 0.42
Hex 94 43 66 0 37 1F 2A 14E 26 2A
Octal 224 103 146 0 67 37 52 516 46 52
Binary 10010100 1000011 1100110 0 110111 11111 101010 101001110 100110 101010

Color Harmonies of #944366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944366

Black with #944366

Text Example


Text Example

White with #944366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944366; }

 p { color: rgb(148,67,102); }

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

background-color css

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

 a { background-color: rgb(148,67,102); }

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

border-color css

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

 span { border-color: rgb(148,67,102); }

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