Html Css Color HEX #964665 Cadillac

📋 copy color: '#964665'

red 150 ◦ green 70 ◦ blue 101

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

Shades of Cadillac #964665

Tints of Cadillac #964665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 46.73%
G = 21.81%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964665 (or 0x964665) is known color: Cadillac. HEX triplet: 96, 46 and 65. RGB value is (150,70,101). Sum of RGB (Red+Green+Blue) = 150+70+101=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964665 is #69B99A. Grayscale: #616161. Windows color (decimal): -6928795 or 6637206. OLE color: 6637206.

HSL color Cylindrical-coordinate representation of color #964665: hue angle of 336.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964665 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 101 -
CMYK 0 0.53 0.33 0.41
HSL 336.75º 0.36% 0.43% -
HSV(B) 336.75º 0.53% 0.59% -
XYZ 17.12 11.8 13.69 -
YUV 97.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 150 70 101 0 0.53 0.33 0.41 336.75 0.36 0.43
Hex 96 46 65 0 35 21 29 151 24 2B
Octal 226 106 145 0 65 41 51 521 44 53
Binary 10010110 1000110 1100101 0 110101 100001 101001 101010001 100100 101011

Color Harmonies of #964665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964665

Black with #964665

Text Example


Text Example

White with #964665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964665; }

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

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

background-color css

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

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

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

border-color css

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

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

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