Html Css Color HEX #964275 Cadillac

📋 copy color: '#964275'

red 150 ◦ green 66 ◦ blue 117

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

Shades of Cadillac #964275

Tints of Cadillac #964275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 45.05%
G = 19.82%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#964275 (or 0x964275) is known color: Cadillac. HEX triplet: 96, 42 and 75. RGB value is (150,66,117). Sum of RGB (Red+Green+Blue) = 150+66+117=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964275 is #69BD8A. Grayscale: #606060. Windows color (decimal): -6929803 or 7684758. OLE color: 7684758.

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

Color convert

RGB 150 66 117 -
CMYK 0 0.56 0.22 0.41
HSL 323.57º 0.39% 0.42% -
HSV(B) 323.57º 0.56% 0.59% -
XYZ 17.74 11.66 18.15 -
YUV 96.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 150 66 117 0 0.56 0.22 0.41 323.57 0.39 0.42
Hex 96 42 75 0 38 16 29 144 27 2A
Octal 226 102 165 0 70 26 51 504 47 52
Binary 10010110 1000010 1110101 0 111000 10110 101001 101000100 100111 101010

Color Harmonies of #964275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964275

Black with #964275

Text Example


Text Example

White with #964275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964275; }

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

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

background-color css

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

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

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

border-color css

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

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

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