Html Css Color HEX #964075 Cadillac

📋 copy color: '#964075'

red 150 ◦ green 64 ◦ blue 117

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

Shades of Cadillac #964075

Tints of Cadillac #964075

RGB

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

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

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

R = 45.32%
G = 19.34%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#964075 (or 0x964075) is known color: Cadillac. HEX triplet: 96, 40 and 75. RGB value is (150,64,117). Sum of RGB (Red+Green+Blue) = 150+64+117=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #964075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964075 is #69BF8A. Grayscale: #5F5F5F. Windows color (decimal): -6930315 or 7684246. OLE color: 7684246.

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

Color convert

RGB 150 64 117 -
CMYK 0 0.57 0.22 0.41
HSL 323.02º 0.4% 0.42% -
HSV(B) 323.02º 0.57% 0.59% -
XYZ 17.62 11.44 18.11 -
YUV 95.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 150 64 117 0 0.57 0.22 0.41 323.02 0.4 0.42
Hex 96 40 75 0 39 16 29 143 28 2A
Octal 226 100 165 0 71 26 51 503 50 52
Binary 10010110 1000000 1110101 0 111001 10110 101001 101000011 101000 101010

Color Harmonies of #964075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964075

Black with #964075

Text Example


Text Example

White with #964075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964075; }

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

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

background-color css

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

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

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

border-color css

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

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

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