Html Css Color HEX #964C5D Cadillac

📋 copy color: '#964C5D'

red 150 ◦ green 76 ◦ blue 93

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

Shades of Cadillac #964C5D

Tints of Cadillac #964C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 47.02%
G = 23.82%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#964C5D (or 0x964C5D) is known color: Cadillac. HEX triplet: 96, 4C and 5D. RGB value is (150,76,93). Sum of RGB (Red+Green+Blue) = 150+76+93=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C5D is #69B3A2. Grayscale: #646464. Windows color (decimal): -6927267 or 6114454. OLE color: 6114454.

HSL color Cylindrical-coordinate representation of color #964C5D: hue angle of 346.22º 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 #964C5D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 76 93 -
CMYK 0 0.49 0.38 0.41
HSL 346.22º 0.33% 0.44% -
HSV(B) 346.22º 0.49% 0.59% -
XYZ 17.14 12.44 11.85 -
YUV 100.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 150 76 93 0 0.49 0.38 0.41 346.22 0.33 0.44
Hex 96 4C 5D 0 31 26 29 15A 21 2C
Octal 226 114 135 0 61 46 51 532 41 54
Binary 10010110 1001100 1011101 0 110001 100110 101001 101011010 100001 101100

Color Harmonies of #964C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C5D

Black with #964C5D

Text Example


Text Example

White with #964C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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