Html Css Color HEX #963F65 Cadillac

📋 copy color: '#963F65'

red 150 ◦ green 63 ◦ blue 101

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

Shades of Cadillac #963F65

Tints of Cadillac #963F65

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 47.77%
G = 20.06%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#963F65 (or 0x963F65) is known color: Cadillac. HEX triplet: 96, 3F and 65. RGB value is (150,63,101). Sum of RGB (Red+Green+Blue) = 150+63+101=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F65 is #69C09A. Grayscale: #5D5D5D. Windows color (decimal): -6930587 or 6635414. OLE color: 6635414.

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

Color convert

RGB 150 63 101 -
CMYK 0 0.58 0.33 0.41
HSL 333.79º 0.41% 0.42% -
HSV(B) 333.79º 0.58% 0.59% -
XYZ 16.7 10.98 13.55 -
YUV 93.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 150 63 101 0 0.58 0.33 0.41 333.79 0.41 0.42
Hex 96 3F 65 0 3A 21 29 14E 29 2A
Octal 226 77 145 0 72 41 51 516 51 52
Binary 10010110 111111 1100101 0 111010 100001 101001 101001110 101001 101010

Color Harmonies of #963F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F65

Black with #963F65

Text Example


Text Example

White with #963F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,101); }

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

background-color css

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

 a { background-color: rgb(150,63,101); }

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

border-color css

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

 span { border-color: rgb(150,63,101); }

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