Html Css Color HEX #994561 Cadillac

📋 copy color: '#994561'

red 153 ◦ green 69 ◦ blue 97

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

Shades of Cadillac #994561

Tints of Cadillac #994561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 47.96%
G = 21.63%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#994561 (or 0x994561) is known color: Cadillac. HEX triplet: 99, 45 and 61. RGB value is (153,69,97). Sum of RGB (Red+Green+Blue) = 153+69+97=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994561 is #66BA9E. Grayscale: #616161. Windows color (decimal): -6732447 or 6374809. OLE color: 6374809.

HSL color Cylindrical-coordinate representation of color #994561: hue angle of 340º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994561 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 97 -
CMYK 0 0.55 0.37 0.4
HSL 340º 0.38% 0.44% -
HSV(B) 340º 0.55% 0.6% -
XYZ 17.42 11.89 12.69 -
YUV 97.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 153 69 97 0 0.55 0.37 0.4 340 0.38 0.44
Hex 99 45 61 0 37 25 28 154 26 2C
Octal 231 105 141 0 67 45 50 524 46 54
Binary 10011001 1000101 1100001 0 110111 100101 101000 101010100 100110 101100

Color Harmonies of #994561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994561

Black with #994561

Text Example


Text Example

White with #994561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994561; }

 p { color: rgb(153,69,97); }

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

background-color css

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

 a { background-color: rgb(153,69,97); }

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

border-color css

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

 span { border-color: rgb(153,69,97); }

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