Html Css Color HEX #9A4360 Cadillac

📋 copy color: '#9A4360'

red 154 ◦ green 67 ◦ blue 96

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

Shades of Cadillac #9A4360

Tints of Cadillac #9A4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 48.58%
G = 21.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A4360 (or 0x9A4360) is known color: Cadillac. HEX triplet: 9A, 43 and 60. RGB value is (154,67,96). Sum of RGB (Red+Green+Blue) = 154+67+96=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4360 is #65BC9F. Grayscale: #606060. Windows color (decimal): -6667424 or 6308762. OLE color: 6308762.

HSL color Cylindrical-coordinate representation of color #9A4360: hue angle of 340º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4360 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 67 96 -
CMYK 0 0.56 0.38 0.40
HSL 340º 0.39% 0.43% -
HSV(B) 340º 0.56% 0.6% -
XYZ 17.44 11.73 12.41 -
YUV 96.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 154 67 96 0 0.56 0.38 0.40 340 0.39 0.43
Hex 9A 43 60 0 38 26 28 154 27 2B
Octal 232 103 140 0 70 46 50 524 47 53
Binary 10011010 1000011 1100000 0 111000 100110 101000 101010100 100111 101011

Color Harmonies of #9A4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4360

Black with #9A4360

Text Example


Text Example

White with #9A4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,67,96); }

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

background-color css

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

 a { background-color: rgb(154,67,96); }

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

border-color css

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

 span { border-color: rgb(154,67,96); }

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