Html Css Color HEX #964A61 Cadillac

📋 copy color: '#964A61'

red 150 ◦ green 74 ◦ blue 97

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

Shades of Cadillac #964A61

Tints of Cadillac #964A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 46.73%
G = 23.05%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#964A61 (or 0x964A61) is known color: Cadillac. HEX triplet: 96, 4A and 61. RGB value is (150,74,97). Sum of RGB (Red+Green+Blue) = 150+74+97=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A61 is #69B59E. Grayscale: #636363. Windows color (decimal): -6927775 or 6376086. OLE color: 6376086.

HSL color Cylindrical-coordinate representation of color #964A61: hue angle of 341.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A61 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 97 -
CMYK 0 0.51 0.35 0.41
HSL 341.84º 0.34% 0.44% -
HSV(B) 341.84º 0.51% 0.59% -
XYZ 17.18 12.24 12.77 -
YUV 99.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 150 74 97 0 0.51 0.35 0.41 341.84 0.34 0.44
Hex 96 4A 61 0 33 23 29 156 22 2C
Octal 226 112 141 0 63 43 51 526 42 54
Binary 10010110 1001010 1100001 0 110011 100011 101001 101010110 100010 101100

Color Harmonies of #964A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A61

Black with #964A61

Text Example


Text Example

White with #964A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,74,97); }

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

background-color css

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

 a { background-color: rgb(150,74,97); }

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

border-color css

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

 span { border-color: rgb(150,74,97); }

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