Html Css Color HEX #964D6A Cadillac

📋 copy color: '#964D6A'

red 150 ◦ green 77 ◦ blue 106

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

Shades of Cadillac #964D6A

Tints of Cadillac #964D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 45.05%
G = 23.12%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#964D6A (or 0x964D6A) is known color: Cadillac. HEX triplet: 96, 4D and 6A. RGB value is (150,77,106). Sum of RGB (Red+Green+Blue) = 150+77+106=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D6A is #69B295. Grayscale: #666666. Windows color (decimal): -6926998 or 6966678. OLE color: 6966678.

HSL color Cylindrical-coordinate representation of color #964D6A: hue angle of 336.16º 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 #964D6A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 106 -
CMYK 0 0.49 0.29 0.41
HSL 336.16º 0.32% 0.45% -
HSV(B) 336.16º 0.49% 0.59% -
XYZ 17.83 12.83 15.17 -
YUV 102.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 150 77 106 0 0.49 0.29 0.41 336.16 0.32 0.45
Hex 96 4D 6A 0 31 1D 29 150 20 2D
Octal 226 115 152 0 61 35 51 520 40 55
Binary 10010110 1001101 1101010 0 110001 11101 101001 101010000 100000 101101

Color Harmonies of #964D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D6A

Black with #964D6A

Text Example


Text Example

White with #964D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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