Html Css Color HEX #944358 Cadillac

📋 copy color: '#944358'

red 148 ◦ green 67 ◦ blue 88

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

Shades of Cadillac #944358

Tints of Cadillac #944358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.04%

R = 48.84%
G = 22.11%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#944358 (or 0x944358) is known color: Cadillac. HEX triplet: 94, 43 and 58. RGB value is (148,67,88). Sum of RGB (Red+Green+Blue) = 148+67+88=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #944358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944358 is #6BBCA7. Grayscale: #5D5D5D. Windows color (decimal): -7060648 or 5784468. OLE color: 5784468.

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

Color convert

RGB 148 67 88 -
CMYK 0 0.55 0.41 0.42
HSL 344.44º 0.38% 0.42% -
HSV(B) 344.44º 0.55% 0.58% -
XYZ 15.98 11.01 10.52 -
YUV 93.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 148 67 88 0 0.55 0.41 0.42 344.44 0.38 0.42
Hex 94 43 58 0 37 29 2A 158 26 2A
Octal 224 103 130 0 67 51 52 530 46 52
Binary 10010100 1000011 1011000 0 110111 101001 101010 101011000 100110 101010

Color Harmonies of #944358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944358

Black with #944358

Text Example


Text Example

White with #944358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944358; }

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

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

background-color css

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

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

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

border-color css

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

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

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