Html Css Color HEX #963A63 Cadillac

📋 copy color: '#963A63'

red 150 ◦ green 58 ◦ blue 99

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

Shades of Cadillac #963A63

Tints of Cadillac #963A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

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

R = 48.86%
G = 18.89%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963A63 (or 0x963A63) is known color: Cadillac. HEX triplet: 96, 3A and 63. RGB value is (150,58,99). Sum of RGB (Red+Green+Blue) = 150+58+99=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A63 is #69C59C. Grayscale: #5A5A5A. Windows color (decimal): -6931869 or 6503062. OLE color: 6503062.

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

Color convert

RGB 150 58 99 -
CMYK 0 0.61 0.34 0.41
HSL 333.26º 0.44% 0.41% -
HSV(B) 333.26º 0.61% 0.59% -
XYZ 16.34 10.41 12.95 -
YUV 90.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 150 58 99 0 0.61 0.34 0.41 333.26 0.44 0.41
Hex 96 3A 63 0 3D 22 29 14D 2C 29
Octal 226 72 143 0 75 42 51 515 54 51
Binary 10010110 111010 1100011 0 111101 100010 101001 101001101 101100 101001

Color Harmonies of #963A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963A63

Black with #963A63

Text Example


Text Example

White with #963A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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