Html Css Color HEX #964461 Cadillac

📋 copy color: '#964461'

red 150 ◦ green 68 ◦ blue 97

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

Shades of Cadillac #964461

Tints of Cadillac #964461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 47.62%
G = 21.59%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#964461 (or 0x964461) is known color: Cadillac. HEX triplet: 96, 44 and 61. RGB value is (150,68,97). Sum of RGB (Red+Green+Blue) = 150+68+97=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #964461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964461 is #69BB9E. Grayscale: #5F5F5F. Windows color (decimal): -6929311 or 6374550. OLE color: 6374550.

HSL color Cylindrical-coordinate representation of color #964461: hue angle of 338.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964461 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 97 -
CMYK 0 0.55 0.35 0.41
HSL 338.78º 0.38% 0.43% -
HSV(B) 338.78º 0.55% 0.59% -
XYZ 16.8 11.48 12.64 -
YUV 95.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 150 68 97 0 0.55 0.35 0.41 338.78 0.38 0.43
Hex 96 44 61 0 37 23 29 153 26 2B
Octal 226 104 141 0 67 43 51 523 46 53
Binary 10010110 1000100 1100001 0 110111 100011 101001 101010011 100110 101011

Color Harmonies of #964461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964461

Black with #964461

Text Example


Text Example

White with #964461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964461; }

 p { color: rgb(150,68,97); }

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

background-color css

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

 a { background-color: rgb(150,68,97); }

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

border-color css

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

 span { border-color: rgb(150,68,97); }

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