Html Css Color HEX #963C5B Cadillac

📋 copy color: '#963C5B'

red 150 ◦ green 60 ◦ blue 91

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

Shades of Cadillac #963C5B

Tints of Cadillac #963C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 49.83%
G = 19.93%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#963C5B (or 0x963C5B) is known color: Cadillac. HEX triplet: 96, 3C and 5B. RGB value is (150,60,91). Sum of RGB (Red+Green+Blue) = 150+60+91=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C5B is #69C3A4. Grayscale: #5A5A5A. Windows color (decimal): -6931365 or 5979286. OLE color: 5979286.

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

Color convert

RGB 150 60 91 -
CMYK 0 0.6 0.39 0.41
HSL 339.33º 0.43% 0.41% -
HSV(B) 339.33º 0.6% 0.59% -
XYZ 16.08 10.47 11.07 -
YUV 90.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 150 60 91 0 0.6 0.39 0.41 339.33 0.43 0.41
Hex 96 3C 5B 0 3C 27 29 153 2B 29
Octal 226 74 133 0 74 47 51 523 53 51
Binary 10010110 111100 1011011 0 111100 100111 101001 101010011 101011 101001

Color Harmonies of #963C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C5B

Black with #963C5B

Text Example


Text Example

White with #963C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,91); }

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

background-color css

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

 a { background-color: rgb(150,60,91); }

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

border-color css

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

 span { border-color: rgb(150,60,91); }

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