Html Css Color HEX #9A476E Cadillac

📋 copy color: '#9A476E'

red 154 ◦ green 71 ◦ blue 110

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

Shades of Cadillac #9A476E

Tints of Cadillac #9A476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 45.97%
G = 21.19%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A476E (or 0x9A476E) is known color: Cadillac. HEX triplet: 9A, 47 and 6E. RGB value is (154,71,110). Sum of RGB (Red+Green+Blue) = 154+71+110=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A476E is #65B891. Grayscale: #646464. Windows color (decimal): -6666386 or 7227290. OLE color: 7227290.

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

Color convert

RGB 154 71 110 -
CMYK 0 0.54 0.29 0.40
HSL 331.81º 0.37% 0.44% -
HSV(B) 331.81º 0.54% 0.6% -
XYZ 18.39 12.5 16.2 -
YUV 100.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 154 71 110 0 0.54 0.29 0.40 331.81 0.37 0.44
Hex 9A 47 6E 0 36 1D 28 14C 25 2C
Octal 232 107 156 0 66 35 50 514 45 54
Binary 10011010 1000111 1101110 0 110110 11101 101000 101001100 100101 101100

Color Harmonies of #9A476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A476E

Black with #9A476E

Text Example


Text Example

White with #9A476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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