Html Css Color HEX #96425D Cadillac

📋 copy color: '#96425D'

red 150 ◦ green 66 ◦ blue 93

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

Shades of Cadillac #96425D

Tints of Cadillac #96425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 48.54%
G = 21.36%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96425D (or 0x96425D) is known color: Cadillac. HEX triplet: 96, 42 and 5D. RGB value is (150,66,93). Sum of RGB (Red+Green+Blue) = 150+66+93=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96425D is #69BDA2. Grayscale: #5E5E5E. Windows color (decimal): -6929827 or 6111894. OLE color: 6111894.

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

Color convert

RGB 150 66 93 -
CMYK 0 0.56 0.38 0.41
HSL 340.71º 0.39% 0.42% -
HSV(B) 340.71º 0.56% 0.59% -
XYZ 16.5 11.17 11.64 -
YUV 94.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 150 66 93 0 0.56 0.38 0.41 340.71 0.39 0.42
Hex 96 42 5D 0 38 26 29 155 27 2A
Octal 226 102 135 0 70 46 51 525 47 52
Binary 10010110 1000010 1011101 0 111000 100110 101001 101010101 100111 101010

Color Harmonies of #96425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96425D

Black with #96425D

Text Example


Text Example

White with #96425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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