Html Css Color HEX #964274 Cadillac

📋 copy color: '#964274'

red 150 ◦ green 66 ◦ blue 116

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

Shades of Cadillac #964274

Tints of Cadillac #964274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 45.18%
G = 19.88%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964274 (or 0x964274) is known color: Cadillac. HEX triplet: 96, 42 and 74. RGB value is (150,66,116). Sum of RGB (Red+Green+Blue) = 150+66+116=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #964274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964274 is #69BD8B. Grayscale: #606060. Windows color (decimal): -6929804 or 7619222. OLE color: 7619222.

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

Color convert

RGB 150 66 116 -
CMYK 0 0.56 0.23 0.41
HSL 324.29º 0.39% 0.42% -
HSV(B) 324.29º 0.56% 0.59% -
XYZ 17.68 11.64 17.84 -
YUV 96.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 150 66 116 0 0.56 0.23 0.41 324.29 0.39 0.42
Hex 96 42 74 0 38 17 29 144 27 2A
Octal 226 102 164 0 70 27 51 504 47 52
Binary 10010110 1000010 1110100 0 111000 10111 101001 101000100 100111 101010

Color Harmonies of #964274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964274

Black with #964274

Text Example


Text Example

White with #964274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964274; }

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

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

background-color css

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

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

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

border-color css

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

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

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