Html Css Color HEX #964C63 Cadillac

📋 copy color: '#964C63'

red 150 ◦ green 76 ◦ blue 99

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

Shades of Cadillac #964C63

Tints of Cadillac #964C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

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

R = 46.15%
G = 23.38%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#964C63 (or 0x964C63) is known color: Cadillac. HEX triplet: 96, 4C and 63. RGB value is (150,76,99). Sum of RGB (Red+Green+Blue) = 150+76+99=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #964C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C63 is #69B39C. Grayscale: #646464. Windows color (decimal): -6927261 or 6507670. OLE color: 6507670.

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

Color convert

RGB 150 76 99 -
CMYK 0 0.49 0.34 0.41
HSL 341.35º 0.33% 0.44% -
HSV(B) 341.35º 0.49% 0.59% -
XYZ 17.41 12.55 13.31 -
YUV 100.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 150 76 99 0 0.49 0.34 0.41 341.35 0.33 0.44
Hex 96 4C 63 0 31 22 29 155 21 2C
Octal 226 114 143 0 61 42 51 525 41 54
Binary 10010110 1001100 1100011 0 110001 100010 101001 101010101 100001 101100

Color Harmonies of #964C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C63

Black with #964C63

Text Example


Text Example

White with #964C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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