Html Css Color HEX #96406B Cadillac

📋 copy color: '#96406B'

red 150 ◦ green 64 ◦ blue 107

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

Shades of Cadillac #96406B

Tints of Cadillac #96406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 46.73%
G = 19.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96406B (or 0x96406B) is known color: Cadillac. HEX triplet: 96, 40 and 6B. RGB value is (150,64,107). Sum of RGB (Red+Green+Blue) = 150+64+107=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96406B is #69BF94. Grayscale: #5E5E5E. Windows color (decimal): -6930325 or 7028886. OLE color: 7028886.

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

Color convert

RGB 150 64 107 -
CMYK 0 0.57 0.29 0.41
HSL 330º 0.4% 0.42% -
HSV(B) 330º 0.57% 0.59% -
XYZ 17.06 11.21 15.17 -
YUV 94.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 150 64 107 0 0.57 0.29 0.41 330 0.4 0.42
Hex 96 40 6B 0 39 1D 29 14A 28 2A
Octal 226 100 153 0 71 35 51 512 50 52
Binary 10010110 1000000 1101011 0 111001 11101 101001 101001010 101000 101010

Color Harmonies of #96406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96406B

Black with #96406B

Text Example


Text Example

White with #96406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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