Html Css Color HEX #963D6C Cadillac

📋 copy color: '#963D6C'

red 150 ◦ green 61 ◦ blue 108

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

Shades of Cadillac #963D6C

Tints of Cadillac #963D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 47.02%
G = 19.12%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#963D6C (or 0x963D6C) is known color: Cadillac. HEX triplet: 96, 3D and 6C. RGB value is (150,61,108). Sum of RGB (Red+Green+Blue) = 150+61+108=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #963D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D6C is #69C293. Grayscale: #5C5C5C. Windows color (decimal): -6931092 or 7093654. OLE color: 7093654.

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

Color convert

RGB 150 61 108 -
CMYK 0 0.59 0.28 0.41
HSL 328.31º 0.42% 0.41% -
HSV(B) 328.31º 0.59% 0.59% -
XYZ 16.95 10.9 15.4 -
YUV 92.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 150 61 108 0 0.59 0.28 0.41 328.31 0.42 0.41
Hex 96 3D 6C 0 3B 1C 29 148 2A 29
Octal 226 75 154 0 73 34 51 510 52 51
Binary 10010110 111101 1101100 0 111011 11100 101001 101001000 101010 101001

Color Harmonies of #963D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D6C

Black with #963D6C

Text Example


Text Example

White with #963D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,61,108); }

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

background-color css

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

 a { background-color: rgb(150,61,108); }

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

border-color css

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

 span { border-color: rgb(150,61,108); }

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