Html Css Color HEX #964174 Cadillac

📋 copy color: '#964174'

red 150 ◦ green 65 ◦ blue 116

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

Shades of Cadillac #964174

Tints of Cadillac #964174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 45.32%
G = 19.64%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964174 (or 0x964174) is known color: Cadillac. HEX triplet: 96, 41 and 74. RGB value is (150,65,116). Sum of RGB (Red+Green+Blue) = 150+65+116=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #964174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964174 is #69BE8B. Grayscale: #606060. Windows color (decimal): -6930060 or 7618966. OLE color: 7618966.

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

Color convert

RGB 150 65 116 -
CMYK 0 0.57 0.23 0.41
HSL 324º 0.4% 0.42% -
HSV(B) 324º 0.57% 0.59% -
XYZ 17.62 11.53 17.82 -
YUV 96.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 150 65 116 0 0.57 0.23 0.41 324 0.4 0.42
Hex 96 41 74 0 39 17 29 144 28 2A
Octal 226 101 164 0 71 27 51 504 50 52
Binary 10010110 1000001 1110100 0 111001 10111 101001 101000100 101000 101010

Color Harmonies of #964174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964174

Black with #964174

Text Example


Text Example

White with #964174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964174; }

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

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

background-color css

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

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

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

border-color css

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

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

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