Html Css Color HEX #96465A Cadillac

📋 copy color: '#96465A'

red 150 ◦ green 70 ◦ blue 90

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

Shades of Cadillac #96465A

Tints of Cadillac #96465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 48.39%
G = 22.58%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96465A (or 0x96465A) is known color: Cadillac. HEX triplet: 96, 46 and 5A. RGB value is (150,70,90). Sum of RGB (Red+Green+Blue) = 150+70+90=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96465A is #69B9A5. Grayscale: #606060. Windows color (decimal): -6928806 or 5916310. OLE color: 5916310.

HSL color Cylindrical-coordinate representation of color #96465A: hue angle of 345º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96465A is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 90 -
CMYK 0 0.53 0.4 0.41
HSL 345º 0.36% 0.43% -
HSV(B) 345º 0.53% 0.59% -
XYZ 16.61 11.6 11.04 -
YUV 96.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 150 70 90 0 0.53 0.4 0.41 345 0.36 0.43
Hex 96 46 5A 0 35 28 29 159 24 2B
Octal 226 106 132 0 65 50 51 531 44 53
Binary 10010110 1000110 1011010 0 110101 101000 101001 101011001 100100 101011

Color Harmonies of #96465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96465A

Black with #96465A

Text Example


Text Example

White with #96465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96465A; }

 p { color: rgb(150,70,90); }

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

background-color css

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

 a { background-color: rgb(150,70,90); }

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

border-color css

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

 span { border-color: rgb(150,70,90); }

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