Html Css Color HEX #9A475C Cadillac

📋 copy color: '#9A475C'

red 154 ◦ green 71 ◦ blue 92

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

Shades of Cadillac #9A475C

Tints of Cadillac #9A475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 48.58%
G = 22.4%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A475C (or 0x9A475C) is known color: Cadillac. HEX triplet: 9A, 47 and 5C. RGB value is (154,71,92). Sum of RGB (Red+Green+Blue) = 154+71+92=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A475C is #65B8A3. Grayscale: #626262. Windows color (decimal): -6666404 or 6047642. OLE color: 6047642.

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

Color convert

RGB 154 71 92 -
CMYK 0 0.54 0.40 0.40
HSL 344.82º 0.37% 0.44% -
HSV(B) 344.82º 0.54% 0.6% -
XYZ 17.51 12.15 11.55 -
YUV 98.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 154 71 92 0 0.54 0.40 0.40 344.82 0.37 0.44
Hex 9A 47 5C 0 36 28 28 159 25 2C
Octal 232 107 134 0 66 50 50 531 45 54
Binary 10011010 1000111 1011100 0 110110 101000 101000 101011001 100101 101100

Color Harmonies of #9A475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A475C

Black with #9A475C

Text Example


Text Example

White with #9A475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,71,92); }

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

background-color css

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

 a { background-color: rgb(154,71,92); }

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

border-color css

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

 span { border-color: rgb(154,71,92); }

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