Html Css Color HEX #964063 Cadillac

📋 copy color: '#964063'

red 150 ◦ green 64 ◦ blue 99

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

Shades of Cadillac #964063

Tints of Cadillac #964063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 47.92%
G = 20.45%
B = 31.63%

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

#964063 (or 0x964063) is known color: Cadillac. HEX triplet: 96, 40 and 63. RGB value is (150,64,99). Sum of RGB (Red+Green+Blue) = 150+64+99=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #964063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964063 is #69BF9C. Grayscale: #5D5D5D. Windows color (decimal): -6930333 or 6504598. OLE color: 6504598.

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

Color convert

RGB 150 64 99 -
CMYK 0 0.57 0.34 0.41
HSL 335.58º 0.4% 0.42% -
HSV(B) 335.58º 0.57% 0.59% -
XYZ 16.66 11.05 13.06 -
YUV 93.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 150 64 99 0 0.57 0.34 0.41 335.58 0.4 0.42
Hex 96 40 63 0 39 22 29 150 28 2A
Octal 226 100 143 0 71 42 51 520 50 52
Binary 10010110 1000000 1100011 0 111001 100010 101001 101010000 101000 101010

Color Harmonies of #964063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964063

Black with #964063

Text Example


Text Example

White with #964063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964063; }

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

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

background-color css

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

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

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

border-color css

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

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

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