Html Css Color HEX #964675 Cadillac

📋 copy color: '#964675'

red 150 ◦ green 70 ◦ blue 117

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

Shades of Cadillac #964675

Tints of Cadillac #964675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 44.51%
G = 20.77%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#964675 (or 0x964675) is known color: Cadillac. HEX triplet: 96, 46 and 75. RGB value is (150,70,117). Sum of RGB (Red+Green+Blue) = 150+70+117=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964675 is #69B98A. Grayscale: #636363. Windows color (decimal): -6928779 or 7685782. OLE color: 7685782.

HSL color Cylindrical-coordinate representation of color #964675: hue angle of 324.75º 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 #964675 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 117 -
CMYK 0 0.53 0.22 0.41
HSL 324.75º 0.36% 0.43% -
HSV(B) 324.75º 0.53% 0.59% -
XYZ 17.98 12.15 18.23 -
YUV 99.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 150 70 117 0 0.53 0.22 0.41 324.75 0.36 0.43
Hex 96 46 75 0 35 16 29 145 24 2B
Octal 226 106 165 0 65 26 51 505 44 53
Binary 10010110 1000110 1110101 0 110101 10110 101001 101000101 100100 101011

Color Harmonies of #964675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964675

Black with #964675

Text Example


Text Example

White with #964675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964675; }

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

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

background-color css

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

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

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

border-color css

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

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

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