Html Css Color HEX #96425C Cadillac

📋 copy color: '#96425C'

red 150 ◦ green 66 ◦ blue 92

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

Shades of Cadillac #96425C

Tints of Cadillac #96425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 48.7%
G = 21.43%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96425C (or 0x96425C) is known color: Cadillac. HEX triplet: 96, 42 and 5C. RGB value is (150,66,92). Sum of RGB (Red+Green+Blue) = 150+66+92=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96425C is #69BDA3. Grayscale: #5E5E5E. Windows color (decimal): -6929828 or 6046358. OLE color: 6046358.

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

Color convert

RGB 150 66 92 -
CMYK 0 0.56 0.39 0.41
HSL 341.43º 0.39% 0.42% -
HSV(B) 341.43º 0.56% 0.59% -
XYZ 16.46 11.15 11.41 -
YUV 94.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 150 66 92 0 0.56 0.39 0.41 341.43 0.39 0.42
Hex 96 42 5C 0 38 27 29 155 27 2A
Octal 226 102 134 0 70 47 51 525 47 52
Binary 10010110 1000010 1011100 0 111000 100111 101001 101010101 100111 101010

Color Harmonies of #96425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96425C

Black with #96425C

Text Example


Text Example

White with #96425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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