Html Css Color HEX #964463 Cadillac

📋 copy color: '#964463'

red 150 ◦ green 68 ◦ blue 99

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

Shades of Cadillac #964463

Tints of Cadillac #964463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 47.32%
G = 21.45%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#964463 (or 0x964463) is known color: Cadillac. HEX triplet: 96, 44 and 63. RGB value is (150,68,99). Sum of RGB (Red+Green+Blue) = 150+68+99=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #964463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964463 is #69BB9C. Grayscale: #606060. Windows color (decimal): -6929309 or 6505622. OLE color: 6505622.

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

Color convert

RGB 150 68 99 -
CMYK 0 0.55 0.34 0.41
HSL 337.32º 0.38% 0.43% -
HSV(B) 337.32º 0.55% 0.59% -
XYZ 16.9 11.52 13.14 -
YUV 96.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 150 68 99 0 0.55 0.34 0.41 337.32 0.38 0.43
Hex 96 44 63 0 37 22 29 151 26 2B
Octal 226 104 143 0 67 42 51 521 46 53
Binary 10010110 1000100 1100011 0 110111 100010 101001 101010001 100110 101011

Color Harmonies of #964463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964463

Black with #964463

Text Example


Text Example

White with #964463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964463; }

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

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

background-color css

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

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

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

border-color css

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

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

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