Html Css Color HEX #964D64 Cadillac

📋 copy color: '#964D64'

red 150 ◦ green 77 ◦ blue 100

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

Shades of Cadillac #964D64

Tints of Cadillac #964D64

RGB

 RED value IS 150 (58.98% from 255) = 45.87%

 GREEN value IS 77 (30.47% from 255) = 23.55%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 45.87%
G = 23.55%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964D64 (or 0x964D64) is known color: Cadillac. HEX triplet: 96, 4D and 64. RGB value is (150,77,100). Sum of RGB (Red+Green+Blue) = 150+77+100=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #964D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D64 is #69B29B. Grayscale: #656565. Windows color (decimal): -6927004 or 6573462. OLE color: 6573462.

HSL color Cylindrical-coordinate representation of color #964D64: hue angle of 341.1º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D64 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 100 -
CMYK 0 0.49 0.33 0.41
HSL 341.1º 0.32% 0.45% -
HSV(B) 341.1º 0.49% 0.59% -
XYZ 17.53 12.71 13.59 -
YUV 101.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 150 77 100 0 0.49 0.33 0.41 341.1 0.32 0.45
Hex 96 4D 64 0 31 21 29 155 20 2D
Octal 226 115 144 0 61 41 51 525 40 55
Binary 10010110 1001101 1100100 0 110001 100001 101001 101010101 100000 101101

Color Harmonies of #964D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D64

Black with #964D64

Text Example


Text Example

White with #964D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964D64; }

 p { color: rgb(150,77,100); }

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

background-color css

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

 a { background-color: rgb(150,77,100); }

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

border-color css

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

 span { border-color: rgb(150,77,100); }

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