Html Css Color HEX #964163 Cadillac

📋 copy color: '#964163'

red 150 ◦ green 65 ◦ blue 99

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

Shades of Cadillac #964163

Tints of Cadillac #964163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 47.77%
G = 20.7%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#964163 (or 0x964163) is known color: Cadillac. HEX triplet: 96, 41 and 63. RGB value is (150,65,99). Sum of RGB (Red+Green+Blue) = 150+65+99=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #964163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964163 is #69BE9C. Grayscale: #5E5E5E. Windows color (decimal): -6930077 or 6504854. OLE color: 6504854.

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

Color convert

RGB 150 65 99 -
CMYK 0 0.57 0.34 0.41
HSL 336º 0.4% 0.42% -
HSV(B) 336º 0.57% 0.59% -
XYZ 16.72 11.17 13.08 -
YUV 94.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 150 65 99 0 0.57 0.34 0.41 336 0.4 0.42
Hex 96 41 63 0 39 22 29 150 28 2A
Octal 226 101 143 0 71 42 51 520 50 52
Binary 10010110 1000001 1100011 0 111001 100010 101001 101010000 101000 101010

Color Harmonies of #964163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964163

Black with #964163

Text Example


Text Example

White with #964163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964163; }

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

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

background-color css

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

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

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

border-color css

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

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

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