Html Css Color HEX #964168 Cadillac

📋 copy color: '#964168'

red 150 ◦ green 65 ◦ blue 104

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

Shades of Cadillac #964168

Tints of Cadillac #964168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 47.02%
G = 20.38%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#964168 (or 0x964168) is known color: Cadillac. HEX triplet: 96, 41 and 68. RGB value is (150,65,104). Sum of RGB (Red+Green+Blue) = 150+65+104=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964168 is #69BE97. Grayscale: #5E5E5E. Windows color (decimal): -6930072 or 6832534. OLE color: 6832534.

HSL color Cylindrical-coordinate representation of color #964168: hue angle of 332.47º 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 #964168 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 104 -
CMYK 0 0.57 0.31 0.41
HSL 332.47º 0.4% 0.42% -
HSV(B) 332.47º 0.57% 0.59% -
XYZ 16.97 11.26 14.38 -
YUV 94.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 150 65 104 0 0.57 0.31 0.41 332.47 0.4 0.42
Hex 96 41 68 0 39 1F 29 14C 28 2A
Octal 226 101 150 0 71 37 51 514 50 52
Binary 10010110 1000001 1101000 0 111001 11111 101001 101001100 101000 101010

Color Harmonies of #964168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964168

Black with #964168

Text Example


Text Example

White with #964168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964168; }

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

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

background-color css

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

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

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

border-color css

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

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

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