Html Css Color HEX #9A4E68 Cadillac

📋 copy color: '#9A4E68'

red 154 ◦ green 78 ◦ blue 104

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

Shades of Cadillac #9A4E68

Tints of Cadillac #9A4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.21%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 45.83%
G = 23.21%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A4E68 (or 0x9A4E68) is known color: Cadillac. HEX triplet: 9A, 4E and 68. RGB value is (154,78,104). Sum of RGB (Red+Green+Blue) = 154+78+104=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E68 is #65B197. Grayscale: #676767. Windows color (decimal): -6664600 or 6835866. OLE color: 6835866.

HSL color Cylindrical-coordinate representation of color #9A4E68: hue angle of 339.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E68 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 78 104 -
CMYK 0 0.49 0.32 0.40
HSL 339.47º 0.33% 0.45% -
HSV(B) 339.47º 0.49% 0.6% -
XYZ 18.55 13.32 14.69 -
YUV 103.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 154 78 104 0 0.49 0.32 0.40 339.47 0.33 0.45
Hex 9A 4E 68 0 31 20 28 153 21 2D
Octal 232 116 150 0 61 40 50 523 41 55
Binary 10011010 1001110 1101000 0 110001 100000 101000 101010011 100001 101101

Color Harmonies of #9A4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4E68

Black with #9A4E68

Text Example


Text Example

White with #9A4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,78,104); }

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

background-color css

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

 a { background-color: rgb(154,78,104); }

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

border-color css

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

 span { border-color: rgb(154,78,104); }

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