Html Css Color HEX #944B65 Cadillac

📋 copy color: '#944B65'

red 148 ◦ green 75 ◦ blue 101

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

Shades of Cadillac #944B65

Tints of Cadillac #944B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 45.68%
G = 23.15%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#944B65 (or 0x944B65) is known color: Cadillac. HEX triplet: 94, 4B and 65. RGB value is (148,75,101). Sum of RGB (Red+Green+Blue) = 148+75+101=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #944B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B65 is #6BB49A. Grayscale: #636363. Windows color (decimal): -7058587 or 6638484. OLE color: 6638484.

HSL color Cylindrical-coordinate representation of color #944B65: hue angle of 338.63º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944B65 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 75 101 -
CMYK 0 0.49 0.32 0.42
HSL 338.63º 0.33% 0.44% -
HSV(B) 338.63º 0.49% 0.58% -
XYZ 17.08 12.27 13.78 -
YUV 99.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 148 75 101 0 0.49 0.32 0.42 338.63 0.33 0.44
Hex 94 4B 65 0 31 20 2A 153 21 2C
Octal 224 113 145 0 61 40 52 523 41 54
Binary 10010100 1001011 1100101 0 110001 100000 101010 101010011 100001 101100

Color Harmonies of #944B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944B65

Black with #944B65

Text Example


Text Example

White with #944B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944B65; }

 p { color: rgb(148,75,101); }

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

background-color css

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

 a { background-color: rgb(148,75,101); }

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

border-color css

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

 span { border-color: rgb(148,75,101); }

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