Html Css Color HEX #9E476A Cadillac

📋 copy color: '#9E476A'

red 158 ◦ green 71 ◦ blue 106

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

Shades of Cadillac #9E476A

Tints of Cadillac #9E476A

RGB

 RED value IS 158 (62.11% from 255) = 47.16%

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 47.16%
G = 21.19%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E476A (or 0x9E476A) is known color: Cadillac. HEX triplet: 9E, 47 and 6A. RGB value is (158,71,106). Sum of RGB (Red+Green+Blue) = 158+71+106=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E476A is #61B895. Grayscale: #646464. Windows color (decimal): -6404246 or 6965150. OLE color: 6965150.

HSL color Cylindrical-coordinate representation of color #9E476A: hue angle of 335.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E476A is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 71 106 -
CMYK 0 0.55 0.33 0.38
HSL 335.86º 0.38% 0.45% -
HSV(B) 335.86º 0.55% 0.62% -
XYZ 18.96 12.82 15.11 -
YUV 101 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 158 71 106 0 0.55 0.33 0.38 335.86 0.38 0.45
Hex 9E 47 6A 0 37 21 26 150 26 2D
Octal 236 107 152 0 67 41 46 520 46 55
Binary 10011110 1000111 1101010 0 110111 100001 100110 101010000 100110 101101

Color Harmonies of #9E476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E476A

Black with #9E476A

Text Example


Text Example

White with #9E476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,71,106); }

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

background-color css

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

 a { background-color: rgb(158,71,106); }

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

border-color css

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

 span { border-color: rgb(158,71,106); }

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