Html Css Color HEX #964678 Cadillac

📋 copy color: '#964678'

red 150 ◦ green 70 ◦ blue 120

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

Shades of Cadillac #964678

Tints of Cadillac #964678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 44.12%
G = 20.59%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#964678 (or 0x964678) is known color: Cadillac. HEX triplet: 96, 46 and 78. RGB value is (150,70,120). Sum of RGB (Red+Green+Blue) = 150+70+120=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964678 is #69B987. Grayscale: #636363. Windows color (decimal): -6928776 or 7882390. OLE color: 7882390.

HSL color Cylindrical-coordinate representation of color #964678: hue angle of 322.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964678 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 120 -
CMYK 0 0.53 0.20 0.41
HSL 322.5º 0.36% 0.43% -
HSV(B) 322.5º 0.53% 0.59% -
XYZ 18.16 12.22 19.17 -
YUV 99.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 150 70 120 0 0.53 0.20 0.41 322.5 0.36 0.43
Hex 96 46 78 0 35 14 29 142 24 2B
Octal 226 106 170 0 65 24 51 502 44 53
Binary 10010110 1000110 1111000 0 110101 10100 101001 101000010 100100 101011

Color Harmonies of #964678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964678

Black with #964678

Text Example


Text Example

White with #964678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964678; }

 p { color: rgb(150,70,120); }

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

background-color css

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

 a { background-color: rgb(150,70,120); }

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

border-color css

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

 span { border-color: rgb(150,70,120); }

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