Html Css Color HEX #964775 Cadillac

📋 copy color: '#964775'

red 150 ◦ green 71 ◦ blue 117

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

Shades of Cadillac #964775

Tints of Cadillac #964775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 44.38%
G = 21.01%
B = 34.62%

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

#964775 (or 0x964775) is known color: Cadillac. HEX triplet: 96, 47 and 75. RGB value is (150,71,117). Sum of RGB (Red+Green+Blue) = 150+71+117=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964775 is #69B88A. Grayscale: #636363. Windows color (decimal): -6928523 or 7686038. OLE color: 7686038.

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

Color convert

RGB 150 71 117 -
CMYK 0 0.53 0.22 0.41
HSL 325.06º 0.36% 0.43% -
HSV(B) 325.06º 0.53% 0.59% -
XYZ 18.04 12.27 18.25 -
YUV 99.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 150 71 117 0 0.53 0.22 0.41 325.06 0.36 0.43
Hex 96 47 75 0 35 16 29 145 24 2B
Octal 226 107 165 0 65 26 51 505 44 53
Binary 10010110 1000111 1110101 0 110101 10110 101001 101000101 100100 101011

Color Harmonies of #964775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964775

Black with #964775

Text Example


Text Example

White with #964775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964775; }

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

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

background-color css

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

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

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

border-color css

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

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

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