Html Css Color HEX #964165 Cadillac

📋 copy color: '#964165'

red 150 ◦ green 65 ◦ blue 101

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

Shades of Cadillac #964165

Tints of Cadillac #964165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 47.47%
G = 20.57%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964165 (or 0x964165) is known color: Cadillac. HEX triplet: 96, 41 and 65. RGB value is (150,65,101). Sum of RGB (Red+Green+Blue) = 150+65+101=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #964165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964165 is #69BE9A. Grayscale: #5E5E5E. Windows color (decimal): -6930075 or 6635926. OLE color: 6635926.

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

Color convert

RGB 150 65 101 -
CMYK 0 0.57 0.33 0.41
HSL 334.59º 0.4% 0.42% -
HSV(B) 334.59º 0.57% 0.59% -
XYZ 16.82 11.2 13.59 -
YUV 94.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 150 65 101 0 0.57 0.33 0.41 334.59 0.4 0.42
Hex 96 41 65 0 39 21 29 14F 28 2A
Octal 226 101 145 0 71 41 51 517 50 52
Binary 10010110 1000001 1100101 0 111001 100001 101001 101001111 101000 101010

Color Harmonies of #964165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964165

Black with #964165

Text Example


Text Example

White with #964165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964165; }

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

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

background-color css

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

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

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

border-color css

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

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

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