Html Css Color HEX #9A476F Cadillac

📋 copy color: '#9A476F'

red 154 ◦ green 71 ◦ blue 111

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

Shades of Cadillac #9A476F

Tints of Cadillac #9A476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 45.83%
G = 21.13%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A476F (or 0x9A476F) is known color: Cadillac. HEX triplet: 9A, 47 and 6F. RGB value is (154,71,111). Sum of RGB (Red+Green+Blue) = 154+71+111=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A476F is #65B890. Grayscale: #646464. Windows color (decimal): -6666385 or 7292826. OLE color: 7292826.

HSL color Cylindrical-coordinate representation of color #9A476F: hue angle of 331.08º 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 #9A476F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 71 111 -
CMYK 0 0.54 0.28 0.40
HSL 331.08º 0.37% 0.44% -
HSV(B) 331.08º 0.54% 0.6% -
XYZ 18.45 12.52 16.48 -
YUV 100.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 154 71 111 0 0.54 0.28 0.40 331.08 0.37 0.44
Hex 9A 47 6F 0 36 1C 28 14B 25 2C
Octal 232 107 157 0 66 34 50 513 45 54
Binary 10011010 1000111 1101111 0 110110 11100 101000 101001011 100101 101100

Color Harmonies of #9A476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A476F

Black with #9A476F

Text Example


Text Example

White with #9A476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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