#994761

Color #994761 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #994761

Tints of Cadillac #994761

Color information

#994761 (or 0x994761) is unknown color: approx Cadillac. HEX triplet: 99, 47 and 61. RGB value is (153,71,97). Sum of RGB (Red+Green+Blue) = 153+71+97=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #994761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994761 is #66B89E. Grayscale: #626262. Windows color (decimal): -6731935 or 6375321. OLE color: 6375321.

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

Color convert

RGB1537197-
CMYK00.540.370.4
HSL340.98º36.61%43.92%-
HSV(B)340.98º53.59%60%-
XYZ17.5512.1412.73-
YUV98.48127.17166.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=47.66%
G=22.12%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153719700.540.370.4340.9836.6143.92
Hex9947610362528155252c
Octal23110714106645505254554
Binary10011001100011111000010110110100101101000101010101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994761; }

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

 H1.HeaderClassName
 {
   color: #994761;
 }
 .AnyTagClassName
 {
   color: #994761;
 }
</style>
background-color css

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

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

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

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

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

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