Html Css Color HEX #9A465E Cadillac

📋 copy color: '#9A465E'

red 154 ◦ green 70 ◦ blue 94

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

Shades of Cadillac #9A465E

Tints of Cadillac #9A465E

RGB

 RED value IS 154 (60.55% from 255) = 48.43%

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 48.43%
G = 22.01%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#9A465E (or 0x9A465E) is known color: Cadillac. HEX triplet: 9A, 46 and 5E. RGB value is (154,70,94). Sum of RGB (Red+Green+Blue) = 154+70+94=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A465E is #65B9A1. Grayscale: #616161. Windows color (decimal): -6666658 or 6178458. OLE color: 6178458.

HSL color Cylindrical-coordinate representation of color #9A465E: hue angle of 342.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A465E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 70 94 -
CMYK 0 0.55 0.39 0.40
HSL 342.86º 0.38% 0.44% -
HSV(B) 342.86º 0.55% 0.6% -
XYZ 17.54 12.06 11.99 -
YUV 97.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 154 70 94 0 0.55 0.39 0.40 342.86 0.38 0.44
Hex 9A 46 5E 0 37 27 28 157 26 2C
Octal 232 106 136 0 67 47 50 527 46 54
Binary 10011010 1000110 1011110 0 110111 100111 101000 101010111 100110 101100

Color Harmonies of #9A465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A465E

Black with #9A465E

Text Example


Text Example

White with #9A465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A465E; }

 p { color: rgb(154,70,94); }

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

background-color css

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

 a { background-color: rgb(154,70,94); }

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

border-color css

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

 span { border-color: rgb(154,70,94); }

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