Html Css Color HEX #994460 Cadillac

📋 copy color: '#994460'

red 153 ◦ green 68 ◦ blue 96

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

Shades of Cadillac #994460

Tints of Cadillac #994460

RGB

 RED value IS 153 (60.16% from 255) = 48.26%

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 48.26%
G = 21.45%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#994460 (or 0x994460) is known color: Cadillac. HEX triplet: 99, 44 and 60. RGB value is (153,68,96). Sum of RGB (Red+Green+Blue) = 153+68+96=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #994460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994460 is #66BB9F. Grayscale: #606060. Windows color (decimal): -6732704 or 6309017. OLE color: 6309017.

HSL color Cylindrical-coordinate representation of color #994460: hue angle of 340.24º degrees, saturation: 0.38, 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 #994460 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 96 -
CMYK 0 0.56 0.37 0.4
HSL 340.24º 0.38% 0.43% -
HSV(B) 340.24º 0.56% 0.6% -
XYZ 17.32 11.75 12.42 -
YUV 96.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 153 68 96 0 0.56 0.37 0.4 340.24 0.38 0.43
Hex 99 44 60 0 38 25 28 154 26 2B
Octal 231 104 140 0 70 45 50 524 46 53
Binary 10011001 1000100 1100000 0 111000 100101 101000 101010100 100110 101011

Color Harmonies of #994460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994460

Black with #994460

Text Example


Text Example

White with #994460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994460; }

 p { color: rgb(153,68,96); }

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

background-color css

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

 a { background-color: rgb(153,68,96); }

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

border-color css

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

 span { border-color: rgb(153,68,96); }

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