Html Css Color HEX #964965 Cadillac

📋 copy color: '#964965'

red 150 ◦ green 73 ◦ blue 101

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

Shades of Cadillac #964965

Tints of Cadillac #964965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 46.3%
G = 22.53%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964965 (or 0x964965) is known color: Cadillac. HEX triplet: 96, 49 and 65. RGB value is (150,73,101). Sum of RGB (Red+Green+Blue) = 150+73+101=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964965 is #69B69A. Grayscale: #636363. Windows color (decimal): -6928027 or 6637974. OLE color: 6637974.

HSL color Cylindrical-coordinate representation of color #964965: hue angle of 338.18º degrees, saturation: 0.35, 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 #964965 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 101 -
CMYK 0 0.51 0.33 0.41
HSL 338.18º 0.35% 0.44% -
HSV(B) 338.18º 0.51% 0.59% -
XYZ 17.31 12.19 13.75 -
YUV 99.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 150 73 101 0 0.51 0.33 0.41 338.18 0.35 0.44
Hex 96 49 65 0 33 21 29 152 23 2C
Octal 226 111 145 0 63 41 51 522 43 54
Binary 10010110 1001001 1100101 0 110011 100001 101001 101010010 100011 101100

Color Harmonies of #964965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964965

Black with #964965

Text Example


Text Example

White with #964965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964965; }

 p { color: rgb(150,73,101); }

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

background-color css

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

 a { background-color: rgb(150,73,101); }

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

border-color css

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

 span { border-color: rgb(150,73,101); }

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