Html Css Color HEX #964073 Cadillac

📋 copy color: '#964073'

red 150 ◦ green 64 ◦ blue 115

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

Shades of Cadillac #964073

Tints of Cadillac #964073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 45.59%
G = 19.45%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964073 (or 0x964073) is known color: Cadillac. HEX triplet: 96, 40 and 73. RGB value is (150,64,115). Sum of RGB (Red+Green+Blue) = 150+64+115=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964073 is #69BF8C. Grayscale: #5F5F5F. Windows color (decimal): -6930317 or 7553174. OLE color: 7553174.

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

Color convert

RGB 150 64 115 -
CMYK 0 0.57 0.23 0.41
HSL 324.42º 0.4% 0.42% -
HSV(B) 324.42º 0.57% 0.59% -
XYZ 17.51 11.39 17.5 -
YUV 95.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 150 64 115 0 0.57 0.23 0.41 324.42 0.4 0.42
Hex 96 40 73 0 39 17 29 144 28 2A
Octal 226 100 163 0 71 27 51 504 50 52
Binary 10010110 1000000 1110011 0 111001 10111 101001 101000100 101000 101010

Color Harmonies of #964073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964073

Black with #964073

Text Example


Text Example

White with #964073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964073; }

 p { color: rgb(150,64,115); }

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

background-color css

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

 a { background-color: rgb(150,64,115); }

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

border-color css

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

 span { border-color: rgb(150,64,115); }

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