Html Css Color HEX #964A5A Cadillac

📋 copy color: '#964A5A'

red 150 ◦ green 74 ◦ blue 90

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

Shades of Cadillac #964A5A

Tints of Cadillac #964A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 47.77%
G = 23.57%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#964A5A (or 0x964A5A) is known color: Cadillac. HEX triplet: 96, 4A and 5A. RGB value is (150,74,90). Sum of RGB (Red+Green+Blue) = 150+74+90=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #964A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A5A is #69B5A5. Grayscale: #626262. Windows color (decimal): -6927782 or 5917334. OLE color: 5917334.

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

Color convert

RGB 150 74 90 -
CMYK 0 0.51 0.4 0.41
HSL 347.37º 0.34% 0.44% -
HSV(B) 347.37º 0.51% 0.59% -
XYZ 16.87 12.12 11.12 -
YUV 98.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 150 74 90 0 0.51 0.4 0.41 347.37 0.34 0.44
Hex 96 4A 5A 0 33 28 29 15B 22 2C
Octal 226 112 132 0 63 50 51 533 42 54
Binary 10010110 1001010 1011010 0 110011 101000 101001 101011011 100010 101100

Color Harmonies of #964A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A5A

Black with #964A5A

Text Example


Text Example

White with #964A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,74,90); }

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

background-color css

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

 a { background-color: rgb(150,74,90); }

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

border-color css

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

 span { border-color: rgb(150,74,90); }

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